can anyone give me any advice on what to do about this error ?!
i made a simple mfc app which works on windows7 but on winXP it throws the bellow error :
“The ordinal 7118 could not be located in the dynamic link lybrary mfc90.dll”
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This answer is really obvious, you are using an older MFC dll that is not present on Windows XP hence the ordinal 7118 could not be located…Perhaps copy the MFC90.DLL to that Windows XP installation into the
C:\Windows\System32, that should resolve the error. If not, then it could be that MFC90.DLL is relying on an API found in Windows 7 that is not present in Windows XP.