<<< M13_main.cpp | Index | Invoking COPYSTR Procedure from C++ >>> |
If you are using VC++ 2005 project to compile your executable and getting run-time errors about missing MSVCR80.DLL or MSVCR80D.DLL file,
Click Project -> M13 properties
Configuration: change to All configurations, then
click Configuration Properties, General, Use of MFC field: change to Use MFC in a Static Library.
Click Apply and OK.
Recompile and test the application again.
<<< M13_main.cpp | Index | Invoking COPYSTR Procedure from C++ >>> |