VLC as ACTIVEX

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
chrisjx2002
Posts: 192
Joined: Wed Jan 06, 2010 5:39 pm

VLC as ACTIVEX

Post by chrisjx2002 »

Hello,

I try to use VLC player as an Activex control in HMG. I found a progid which is VideoLAN.VLCPlugin.2

But when I use the program I got an error message :

Error WINOLE/1008 No exported variable: MOVIE (DOS Error - 2147352570)

Form_1.test.object:movie := "f:\AVI\toto.avi"

Another strange thing : if I put a comment or a blank line between height 400 and progid I got an error message at the compilation

@ 500,400 activex test width 450 height 400 ;
// -------
progid 'VideoLAN.VLCPlugin.2'

I am using hmg 3.0.28

Thanks for any help

Regards

Chris
Post Reply