Stephen Barker wrote:
I've never bothered with the command line compiler before.
What differences in settings do you all make for release versions? I suppose it gets around the old problem of leaving datasets open at design time and forgetting to close them before compiling a release version. That's about all I tend to change, except maybe the internal version number.

Largely you don't have to make any changes any longer - as D2007 uses the MSBuild system, building internally and externally are identical. If you are doing it on another machine, you'll just have to make sure that all your paths are consistent across machines and developers. I do this using SUBST - making sure all Delphi development is done on my W drive so as I swap machines, everything necessary is always installed there, no matter where it is on the local machine. The only problem I encounter is using InterBase databases (which require a "real" drive).

Richard

--
Richard Vowles, Product Evangelist
Developers Inc Ltd (for Delphi, C++ Builder, JBuilder, InterBase)
web. http://www.developers-inc.co.nz
ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384, skype. 
<callto:rvowles/>, LinkedIn
currently working on: delphi for php, bds2006 ECO app, Rails, InterBase how to 
use

begin:vcard
fn:Richard Vowles
n:Vowles;Richard
org:Developers Inc Ltd
email;internet:[EMAIL PROTECTED]
title:Product Evangelist
tel;work:+64-9-3600231
tel;fax:+64-9-3600384
tel;cell:+64-275-467747
note:skype: rvowles
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to