|
-
February 10th, 2009, 09:37 AM
#1
"MSVCR80.dll not found" : Release only
I have a project that extracts data from a access database on my local drive. Originally the program used DAO but was recently converted to be using ADO for the extraction.
The program worked in release and debug before when it was on DAO. The program runs fine in debug after the switch over but recently was tried to run in release and the MSVCR80.dll not found error pops up.
I receive the following "Linker Tools Warning LNK4098 defaultlib 'library' conflicts with use of other libs; use /NODEFAULTLIB:library"
I believe this warning stems from me using the ADO dll below.
#import "c:\Program Files\Common Files\System\ADO\msado15.dll" \
rename("EOF", "EndOfFile")
Since the program works in debug I think the problem is that I am not using the correct ADO dll for running in release, however I am not sure if that is the problem. If it is the issue, I'm unsure of how to find the proper .dll
This is not a widespead issue, as I am able to compile and run other projects in release mode. I am running Visual Studio 2005 on Windows XP. If any other information is needed please let me know, Thank you for any assistance!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|