Re: [DUG] A D2006 quirk

2007-01-30 Thread Rohit Gupta
Even D7 gets confused if you fiddle in its domain of the dpr file. It keeps reformatting it and inserting lines of its own. :-) [EMAIL PROTECTED] wrote: Sometimes the D2006 IDE tries to be too smart for its own good. We had been wondering why the Title, Icon and so forth on the Application

Re: [DUG] Any recommendations for a code profiler?

2007-01-30 Thread Rohit Gupta
HI, I have used ProDelphi since D5. He updates it regularly and responds quickly to issues. Conor Boyd wrote: Hi, Anybody got a recommendation for a Delphi code profiler (must work with Delphi 2006)? Many thanks, Conor Conor Boyd Senior Software Engineer Caterpillar Trimble Control

[DUG] Uninitialised variables/Constants

2007-01-30 Thread John Bird
Are there any guidelines on when an uninitialised constant or variable can be expected to have a safe value? I am interested particularly in an uninitialised field in a constant record like: type TSampleRecord = record SampCode: Integer; SampName:string[30];

RE: [DUG] InstallAware Questions

2007-01-30 Thread Conor Boyd
In short, I'm not sure, but I would hazard a guess that you can do pretty much whatever you want with the scripting. Sorry I can't be more specific. But the CurStepChanged event is quite useful. For example, another thing I do is if my installer is running as an auto-upgrade, then in the

[DUG] Moving D6

2007-01-30 Thread Neven MacEwan
Hi all I'm moving to a new PC and wondered if anyone else had been thru the pain, can you copy and reg edit rather than reinstall Thanks for the help Neven ___ Delphi mailing list Delphi@ns3.123.co.nz http://ns3.123.co.nz/mailman/listinfo/delphi

Re: [DUG] Moving D6

2007-01-30 Thread Jeremy North
What is your timeframe for this? I am working on a new tool to aid in this and if you'd like to trial it, that would be great. Although timing is bad as I'm away fri - sun this week. On 1/31/07, Neven MacEwan [EMAIL PROTECTED] wrote: Hi all I'm moving to a new PC and wondered if anyone else

Re: [DUG] Moving D6

2007-01-30 Thread Nick Fauchelle
Hi there, Copy and posted from a reply I sent someone else This is what I did when I had to move D7. Install D7 on the new machine to same path as the old one (ie c:\program files\borland\) Rename this new one (just in case ;-) c:\program files\borland\delph7\ to delphi7-fresh

Re: [DUG] Uninitialised variables/Constants

2007-01-30 Thread Brian Wrigley
- Original Message - From: John Bird [EMAIL PROTECTED] To: 'NZ Borland Developers Group - Delphi List' delphi@ns3.123.co.nz Sent: Wednesday, January 31, 2007 9:44 AM Subject: [DUG] Uninitialised variables/Constants Are there any guidelines on when an uninitialised constant or variable

Re: [DUG] Moving D6

2007-01-30 Thread Neven MacEwan
J No great rush, next week would be ok N Jeremy North wrote: What is your timeframe for this? I am working on a new tool to aid in this and if you'd like to trial it, that would be great. Although timing is bad as I'm away fri - sun this week. On 1/31/07, Neven MacEwan [EMAIL PROTECTED]