linking error with debug version of msvcrt.dll

G

Girish

Hi...

Hope somebody can help me or point me to a solution!

I have a piece of code that I can compile on multiple platforms(using
ifdef etc...). I have tried compiling the same with dot net. Here I am
having an interesting problem. The code compiles and builds fine when
I go for a release build. But while making a debug build, it fails
giving me linking problems with msvcrtd.dll.
Can somebody please explain what might be going wrong? and a solution
if any..

regards,
Girish
 
L

Larry Brasfield

Girish said:
Hi...

Hope somebody can help me or point me to a solution!

I have a piece of code that I can compile on multiple platforms(using
ifdef etc...). I have tried compiling the same with dot net. Here I am
having an interesting problem. The code compiles and builds fine when
I go for a release build. But while making a debug build, it fails
giving me linking problems with msvcrtd.dll.
Can somebody please explain what might be going wrong? and a solution
if any..


I can think of several ways that *one* problem could
show up matching your description. How about if,
instead of my taking the time to elaborate all of them
and their solutions, you take a little time to detail the
problem (or problems) that you actually have?
 

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