Unable to find DLL

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
 
G

Guest

the choice of dll is determined by the corresponding lib that ur exe is linked to..

check if your app is linked to the release lib..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top