
problem getting header file for the COM dll that uses msado15.dll
I have written a COM dll that uses _Recordset, it compiles fine. In
the .idl file I use
importlib("C:\Program Files\Common Files\System\ado\msado15.dll");
statement.
My problem is when I try to it in other application; I cannot get the
.h or .c files for this dll. I use OLE\COm Object Viewer to save .idl,
.h and .c file in other application. I can get the .idl file but not
.h and .c files.
Also, .idl file in other application shows importlib("msado15.dll");
That is the C:\Program Files\Common Files\System\ado\ is removed from
the statement.
Any help is greatly appreciated,
Thanks