mfc mysteries
-
I have an executable file which was compiled in debug mode. When I run it in debug mode, I get an error message before the code even seems to execute (InitInstance on my CWinApp class doesn't even get called). The error message says: "C:\path\to\filename.dll" File not Found. This filename.dll is the output from another project I have, but the 2 projects are unrelated. If I run the same exeutable file in non-debug mode, then there are no issues like this. Does anybody know why my application might be trying to link up with this filename.dll ? Does VC++ have someplace where it keeps the list of DLLs it tries to link with at runtime? Any and all help appreciated.
-
I have an executable file which was compiled in debug mode. When I run it in debug mode, I get an error message before the code even seems to execute (InitInstance on my CWinApp class doesn't even get called). The error message says: "C:\path\to\filename.dll" File not Found. This filename.dll is the output from another project I have, but the 2 projects are unrelated. If I run the same exeutable file in non-debug mode, then there are no issues like this. Does anybody know why my application might be trying to link up with this filename.dll ? Does VC++ have someplace where it keeps the list of DLLs it tries to link with at runtime? Any and all help appreciated.
-
Hi Please look into Project->Settings->Link, Object/Library modules is empty or not. Hope this would help you. Regards The Best Relligion is Science. Once you understand it, you will know God.