hi,
anyone tried to use com+ in vc++ 6.0? I can't seem to import the comsvcs.dll.
also couldn't find the iid's and clsid's to use com+ without smart pointers. Anyone else got this problem? -or an answer to it? -=$umedha=-
don't import comsvcs.dll. specify "comsvcs.lib" in your project settings->link tab, under object/library modules.
also #include <comsvcs.h>
if using "CoInitializeEx" specify the "_WIN32_DCOM" preprocessor definition in the C/C++ tab of project settings.
if this doesn't work get the latest platform SDK from Microsoft and try again.
hope this helps. -=$umedha=-
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.