Discussion:
Debug build and release build
(too old to reply)
Aldo Marchioni
2008-07-23 19:22:00 UTC
Permalink
I just switced to CodeGear RAD studio 2007, migrating from BCB5 (at last!).
I can't find how to compile a release version of my libraries. I can see a
"base", a "debug build" and a "release build" configuration, but i was
unable to find a way to compile for debug or for release at will.

Thank for any help.

Aldo Marchioni
Bruce Salzman
2008-07-23 19:56:29 UTC
Permalink
Post by Aldo Marchioni
I just switced to CodeGear RAD studio 2007, migrating from BCB5 (at last!).
I can't find how to compile a release version of my libraries. I can see a
"base", a "debug build" and a "release build" configuration, but i was
unable to find a way to compile for debug or for release at will.
Thank for any help.
Aldo Marchioni
You can use Project|Configuration Manager to set the active configuration, or
just double-click the one you want in the Project Manager window. Then
rebuild.
--
Bruce
David Dean [CodeGear]
2008-07-23 20:04:46 UTC
Permalink
Post by Aldo Marchioni
I can't find how to compile a release version of my libraries. I can see a
"base", a "debug build" and a "release build" configuration, but i was
unable to find a way to compile for debug or for release at will.
You can right click on any of the build configurations listed and
choose build and it will build that configuration.
--
David Dean (CodeGear)
Lead C++ QA Engineer
Loading...