problem getting header file for the COM dll that uses msado15.dll 
Author Message
 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



Mon, 01 Nov 2004 04:33:22 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. |||||||| ADO : Problem with msado15.tlh file in MFC Extension DLL ||||||||

2. |||||||| ADO : problem with msado15.tlh file in MFC Exetension DLL ||||||||

3. Header file for NT DLL LPRHelp.dll?

4. import msado15.dll problem

5. Problems importing msado15.dll

6. Problem importing msado15.dll

7. msado15.dll problem

8. Problem with #import msado15.dll :enum type redefinition

9. Problems importing msado15.dll

10. Problem using activex control inside ATL com dll

11. Critical problem when using COM dlls in surrogate processes

12. call a VB COM dll thru a C++ COM dll from a C program

 

 
Powered by phpBB® Forum Software