Compile Error: cannot open type library file ''msado15.dll'
1,605 views
Skip to first unread message
John Davis
unread,
Apr 20, 2003, 1:13:41 AM4/20/03
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Anyone has experienced the following problem when doing ADO in Visual C++ 6.0 or Visual C++.NET?? I had same problem in both environment, and I have no idea what happened..
c:\adovcsp\StdAfx.h(23): fatal error C1083: Cannot open type library file: 'msado15.dll': No such file or directory
Thanks!!
Jeff Henkels
unread,
Apr 20, 2003, 9:16:13 AM4/20/03
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Note that msado15.dll usually lives in c:\program files\common files\system\ado -- this is not on the default INCLUDE path used by the compiler. So if you did an #import <msado15.dll>, you have to add that directory to the project or compiler include path.
"John Davis" <jref...@hotmail.com> wrote in message news:O2m6i0vB...@TK2MSFTNGP11.phx.gbl...