Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error importing comsvcs.dll 1

Status
Not open for further replies.

sumedha

Programmer
Apr 12, 2000
15
LK

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=-
 
In my opinion, what you need is the COM+ forum. John Fill
1c.bmp


ivfmd@mail.md
 
sumedha i have same problem #import <comsvcs.dll>.
please let me know..if u sloved it / u know the solution

 
hi cp3876,
yep got the answer..

don't import comsvcs.dll. specify &quot;comsvcs.lib&quot; in your project settings->link tab, under object/library modules.
also #include <comsvcs.h>

if using &quot;CoInitializeEx&quot; specify the &quot;_WIN32_DCOM&quot; 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=-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top