|
-
Apr 23rd, 2007, 07:48 AM
#1
Thread Starter
Hyperactive Member
Re: [2005] Referencing C++ DLL
you need to declare the function for the c++ dll. Just like declaring for API
I tried that and it didn't work. I had to install the redistribtion application and everything is fine. I'mreading MSDN now about dll Manifests
http://msdn2.microsoft.com/en-us/lib...42(vs.80).aspx
-
Apr 23rd, 2007, 11:01 AM
#2
Thread Starter
Hyperactive Member
Re: [2005] Referencing C++ DLL
Found the problem. Some of the other libraries that were being included in the main application was built as debug versus release. The dll could not resolve the debug functions and was crashing. Until we get release versions of the libraries we had to put debug versions of the CRT (msvcm80d,msvcp80d and msvcr80d) in the directory with our DLL.
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
|