debug mode fails to run??
-
:confused::confused:Hi, can anyone tell me.. there is a program..where an exe is dependent on some of the libraries (which are also being created by the program itself some other modules in same program creates these libs and dlls)..it runs fine in release mode but when i try to run it in debug mode so that i can check some variables and values and can change it accordingly..it fails showing me some errors like loading failed of the library.. what cud be the possible reason and how to make it run in debug mode..any ideas..any pointers are highly appreciated.. thanks a lot in advance.. regards, Himanshu
-
:confused::confused:Hi, can anyone tell me.. there is a program..where an exe is dependent on some of the libraries (which are also being created by the program itself some other modules in same program creates these libs and dlls)..it runs fine in release mode but when i try to run it in debug mode so that i can check some variables and values and can change it accordingly..it fails showing me some errors like loading failed of the library.. what cud be the possible reason and how to make it run in debug mode..any ideas..any pointers are highly appreciated.. thanks a lot in advance.. regards, Himanshu
make sure thart the libs-dlls are also of debug version for the debug build of ur application. hope this will help rgds..mil10.