View Single Post
  #1 (permalink)  
Old July 15th, 2005, 05:49 AM
subhash_w subhash_w is offline
Registered User
 
Join Date: Mar 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to call a COM DLL from C/C++

Hi all,

How to call a COM DLL from C/C++,
my approach is :
i copied COM dll into a specific location and i set compiler options to link that COM dll and i created a object and call a function but it is not working.

is there any different approach?....or is there any special functions to access the COM DLL in C/C++?

Any sugessions always welcome.

Thankyou and Regards

Subhash.K
Reply With Quote