Page 1 of 1

A question about the wxwindows

Posted: 06 Mar 2004 15:36
by tjuwangli
I can't compile the wxwindows dll, so I want to write a interface dll use VC. But now I got a trouble. I write a dll like wxwindows.cpp in plugin_wxwindows.dsp. I delete all code which is about the wxwindows. And now vlc can use my dll. But I don't know the structure about the wxwindows. If anybody can tell me the useage of the function static void Init( intf_thread_t *p_intf ), or tell me the usage of the function wxEntry. Thank u very much.

Posted: 06 Mar 2004 18:38
by Sigmund
Look here: http://developers.videolan.org/vlc/vlc/ ... tml#AEN431

And the thread here: http://www.via.ecp.fr/via/ml/vlc-devel/ ... 00065.html

It should get you quite a bit on the way. If you get stuck, just ask again