"Ordinal Not Found" message
-
I created a 32-bit MFC application using VS2008 on a Windows 7 64-bit machine. Runs as expected. I copy just the EXE over to a Windows 7 32-bit machine, which has the VS2008 Redistributable Package installed, and get:
---------------------------
Ordinal Not FoundThe ordinal 7138 could not be located in the dynamic link library mfc90u.dll.
Any idea on what's going on? - DC
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
I created a 32-bit MFC application using VS2008 on a Windows 7 64-bit machine. Runs as expected. I copy just the EXE over to a Windows 7 32-bit machine, which has the VS2008 Redistributable Package installed, and get:
---------------------------
Ordinal Not FoundThe ordinal 7138 could not be located in the dynamic link library mfc90u.dll.
Any idea on what's going on? - DC
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
I'm not sure what exactly the incompatibility is between the two versions, but if you get a copy of Dependency Walker[^], you should be able to find out what function 7138 refers to, and why it is missing from the other system.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I'm not sure what exactly the incompatibility is between the two versions, but if you get a copy of Dependency Walker[^], you should be able to find out what function 7138 refers to, and why it is missing from the other system.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Thanks Richard. I had already tried that. Although its red, I do see ordinal 7138 in the export list of MFC90U.DLL.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous