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
|