You can either get the latest directx sdk for the CE or try linking direct to ole32.dll
If in debug you have these libs set the error on Init
will disappear...err I hope
commctrl.lib coredll.lib $(CEx86Corelibc) ole32.lib strmiids.lib COMDLG32.LIB
Hi to all
ole232.lib is referred to in the embedded C++ documentation many times for com interfacing,
has anyone got this module set and is willing to let me have it please
or does it exist for platform builder only,
Any info is gratefilly received
Best regards
Fred
Hi
Could anyone tell me where I'm going wrong with my link to COM interfaces
HRESULT CoInitializeEX(NULL, COINIT_MULTITHREADED); //0
IClassFactory* pFactory = NULL;
CoGetClassObject(CLSID_FilterGraph,CLSCTX_ALL,NULL,IID_IClassFactory,(void **)&pFactory);
//clsid filtergarph is ok as is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.