Steam ID: TheLastOttoman
http://www.tek-tips.com/viewthread.cfm?qid=814485
Use dumpbin.exe /EXPORTS mfc42d.dll to get a list of all ordinals exported by this dll that is on your machine.
The 5076 ordinal is not present in the list and that means a call is forwarded to the mfc42d.dll to call a function with the 5076 ordinal and that function is not located in the dll.
Seems to use an old mfc42d.dll.
To solve the problem , find out which compiler was used to build the .exe that you are running.
You should to rebuild it or to suplly the mfc*.dll compatible with ones when it was built.
.. Ziet eruit dat er een probleem met de dll files is... en dat de falback dll ook niet werkt!
Misschien heeft microsoft hier een patch voor!
Use dumpbin.exe /EXPORTS mfc42d.dll to get a list of all ordinals exported by this dll that is on your machine.
The 5076 ordinal is not present in the list and that means a call is forwarded to the mfc42d.dll to call a function with the 5076 ordinal and that function is not located in the dll.
Seems to use an old mfc42d.dll.
To solve the problem , find out which compiler was used to build the .exe that you are running.
You should to rebuild it or to suplly the mfc*.dll compatible with ones when it was built.
.. Ziet eruit dat er een probleem met de dll files is... en dat de falback dll ook niet werkt!
Misschien heeft microsoft hier een patch voor!
There is no place like ::1