N
Nayan
Hi,
I m building a project solution with correct output settings for executable
and supporting DLLs. But the debug executable asks for a DLL which is
*Release* DLL and not *Debug* DLL.
I opened up the EXE in dependency viewer and it showed that the app requires
Release DLL (which I didn't make coz I am building in DEBUG profile) and it
is missing.
What's wrong in my settings? I checked each DLL which is generated and each
one of them has 'd' appeneded to their names. So, the DLLs are being
generated as DEBUG DLLs.
How can I remove the dependency on RELEASE DLL? I don't understand, how it
creeped into the project. The project shud run in DEBUG mode as well as in
RELEASE mode with corresponding DLLs. Somebody help me.
Thanks,
Nayan
I m building a project solution with correct output settings for executable
and supporting DLLs. But the debug executable asks for a DLL which is
*Release* DLL and not *Debug* DLL.
I opened up the EXE in dependency viewer and it showed that the app requires
Release DLL (which I didn't make coz I am building in DEBUG profile) and it
is missing.
What's wrong in my settings? I checked each DLL which is generated and each
one of them has 'd' appeneded to their names. So, the DLLs are being
generated as DEBUG DLLs.
How can I remove the dependency on RELEASE DLL? I don't understand, how it
creeped into the project. The project shud run in DEBUG mode as well as in
RELEASE mode with corresponding DLLs. Somebody help me.
Thanks,
Nayan