|
-
November 6th, 2009, 11:37 AM
#5
Re: The Procedure entry point _mall-c_dbg could not be located in the DLL MSVCR71.dll
Well, that's the problem then. You can't rename the release DLL to the same name as the debug DLL. That function is a debug function and is not compiled into the release DLL.
Either compile in release, and link with the release CRT library; or compile in debug and link with the debug CRT library.
Viggy
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
|