Debug or Release?

H

Havatcha

I am having some difficulties with mixed Release / Debug versions of
various libraries. In order to sort this out, I need to know if the
libraries were built using the Debug or Release dlls originally. Is
there a simple way to do this?
 
G

Guest

well...if you're talking about dlls then you can open them up with
depends.exe and if it depends on msvcr??d.dll then it's a debug build.....if
it's msvcr??.dll then it's a release build....I'd imagine you could use
dumpbin to extract this same info out of a .lib
 
H

Havatcha

redec said:
well...if you're talking about dlls then you can open them up with
depends.exe and if it depends on msvcr??d.dll then it's a debug build.....if
it's msvcr??.dll then it's a release build....I'd imagine you could use
dumpbin to extract this same info out of a .lib



Thanks.
 

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