cause of msvcrtd.dll error

  • Thread starter Thread starter KJ
  • Start date Start date
K

KJ

I have an application which can run in
windows 2000 professional, but it always
gives me "msvcrtd.dll not found error" in
the other with same operating system. I don't
know what is wrong. I search the web but i can
not find the solution for this. Do you have any
suggestion about solving this problem? Thank you very
much in advanced.

KJ
 
KJ said:
I have an application which can run in
windows 2000 professional, but it always
gives me "msvcrtd.dll not found error" in
the other with same operating system. I don't
know what is wrong. I search the web but i can
not find the solution for this. Do you have any
suggestion about solving this problem? Thank you very
much in advanced.

You need a release build (or at least, a build linked against the
release runtime). The debug runtime is not redistributable, so any
non-development machine will not have it installed.
 
Back
Top