mfc in vista
-
i have created a mfc code in windows vista. but i cant run it in debug mode. it shows "The ordinal could not be losded in the dynamic link library MFC42D.DLL". but it is successfully running in release mode. what to do for this, pls help me
Arise Awake Stop Not Till ur Goal is Reached.
-
i have created a mfc code in windows vista. but i cant run it in debug mode. it shows "The ordinal could not be losded in the dynamic link library MFC42D.DLL". but it is successfully running in release mode. what to do for this, pls help me
Arise Awake Stop Not Till ur Goal is Reached.
XP and Vista installations include the VS6 MFC release-mode Dlls, but not the debug-mode DLLs. You have to copy the MFC debug DLLs to the machine where you want to run. To find out which DLLs you will need, google for the dependency checker program Depends.exe.
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
i have created a mfc code in windows vista. but i cant run it in debug mode. it shows "The ordinal could not be losded in the dynamic link library MFC42D.DLL". but it is successfully running in release mode. what to do for this, pls help me
Arise Awake Stop Not Till ur Goal is Reached.
Find out MFC42D.dll , and copy to system32 directory .