A question about the wxwindows
Posted: 06 Mar 2004 15:36
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.