1/ bug report : in vlccontrol.cpp, createTargetOptions(),
replace if( NULL != options ) with if( NULL != *cOptions ) in VT_ARRAY case
2/ activeX with IE works , but doesn't work in MFC app
- when using CHMTLView, IE Webbrowser activeX fails to load html page with a vlc activeX embedded (a) ( infinite loop)
- when calling directly CoCreateInstance, CoCreateInstance(CLSID_VLCPlugin,0,CLSCTX_ALL,IID_IVLCControl,(void**)&pIwb), the vlcplugin object is not instanciated.
- when instantiating vlcplugin with
res = pIwb->QueryInterface(IID_IPersistStreamInit,(void**)&pStorage);
pStorage->InitNew();
same behavior than in (a) : infinite loop
3/ question : if I use mozilla browser active X instead IE, is there the same problem when loading the page with vlc activex?