Hi
I have a smalltalk application that integrates a vlc active x component in its GUI. This application was developed with vlc 2.1.2.
For the people who speak smalltalk, the important bit looks like this:
spec := ActiveXSpec new.
spec progId: 'VideoLAN.VLCPlugin.2'.
Now however, with version 2.2.0, this no longer seems to work (at all, not a single interface function can be called, the COM dispatcher seems like it is not initialized correctly).
Has something changed in the way Active X integrations work for version 2.2.0? New classId? new prog ID? new anything I should know about?
cheers
pvl