Re: /MT and /MD



marco 2 wrote:
since i upgraded my project from v5/6 to v8,
and switched to iostream (from iostream.h), i have serious errors in
release builds, but not in debug builds.
my own source contains more than 11.000 lines of vc++ code.
only 5 or 6 lines cause trouble!!!!
i've been stuck on this for 3 months!

now, my question (for now) is:
is it ok/advisable to set release aside, and continue working
in debug mode?

marco


marco:

In my opinion, NO! Fix your code, NOW!

What kind of errors are these? Compile, link, run?

David Wilkinson
.



Relevant Pages

  • Re: /MT and /MD
    ... then the codepath may differ in Debug vs. Release builds. ... In Debug mode, it may not be zero." ...
    (microsoft.public.vc.language)
  • Re: /MT and /MD
    ... that's why i want to skip to debug mode). ... i've been stuck on this for 3 months! ... in debug mode? ...
    (microsoft.public.vc.language)
  • Re: /MT and /MD
    ... then the codepath may differ in Debug vs. Release builds. ... In Debug mode, it may not be zero." ...
    (microsoft.public.vc.language)
  • RE: start assembly from "class library" project
    ... reference to that DLL from your testing project (right click reference folder ... Then inside your main class you can create a type that lives in your dll ... debug mode so that you can step into the code from your main project. ... "Marco Zapletal" wrote: ...
    (microsoft.public.dotnet.languages.csharp)
  • iostream debug ?!
    ... What are the requirements that I can debug in ... iostream. ... At the moment my debugger jumps over each ...
    (microsoft.public.vc.language)

Loading