|
-
January 3rd, 2006, 04:38 PM
#9
Re: LINK error: LNK2020 - Use of MSVCP71.DLL
NoHero, on that link there is this option
MSVCRT.LIB Multithreaded, dynamic link (import library for MSVCR71.DLL). Be aware that if you use the Standard C++ Library, your program will need MSVCP71.DLL to run. /MD _MT, _DLL
It says:
your program will need MSVCP71.DLL to run.
What does it means:
Any application built with Visual C++ .NET using the /MD switch will necessarily use msvcr71.dll.
Do I need to do something about MSVCP71.DLL??? Do I need to include this someway? I ´ve tried several options to include this but is not possible. Than I think it is enough to have this file on Visual Studio Libraries...
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
|