When running my freshly built application, I get the following error message:
Ordinal 12345 could not be located in dynamic link library mfc90u.dll
Apparently, my application calls a function that is not present in the given .DLL. Is there a way to determine which part of my source code that calls this function?
Update: I think I'm beginning to understand what's going on.