linking error with debug version of msvcrt.dll

  • Thread starter Thread starter Girish
  • Start date Start date
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
 
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?
 
Back
Top