Discussion:
compiling with debug for visual studio
Bart Vanherck
2008-10-22 10:44:44 UTC
Permalink
Hello,

I want to compile a debug version of the mico lib with visual studio.
Should just setting the RELEASE_BUILD value in MakefileConfig.win32 be
enough to build it ?

Now when I create a MSVC project and launch a program in debug mode, the
application is linked with MSVCR90.dll and not MSVCR90d.dll


kind regards,

Bart
Sorin Mustaca
2008-10-22 11:09:18 UTC
Permalink
Hi,

Yes, but comment that line (RELEASE_BUILD = 1).
If you do not comment the line, you will always go on release mode.
Post by Bart Vanherck
Hello,
I want to compile a debug version of the mico lib with visual studio.
Should just setting the RELEASE_BUILD value in MakefileConfig.win32
be enough to build it ?
Now when I create a MSVC project and launch a program in debug mode,
the application is linked with MSVCR90.dll and not MSVCR90d.dll
kind regards,
Bart
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Best regards,

Sorin Mustaca
http://www.mustaca.de
Loading...