Re: [DUG] Error message starting Delphi program on Vista

2008-11-26 Thread Richard Bullin
nesday, 26 November 2008 2:43 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Error message starting Delphi program on Vista The info on the web inplies driver issues - mainly for USB? I went to the Sony web site and loaded any relevant updates for the PC and for now the proble

Re: [DUG] Error message starting Delphi program on Vista

2008-11-25 Thread John Bird
The info on the web inplies driver issues - mainly for USB? I went to the Sony web site and loaded any relevant updates for the PC and for now the problem has gone away. So my inference is still its a Vista issue. John ___ NZ Borland Developers Group

Re: [DUG] Error message starting Delphi program on Vista

2008-11-25 Thread Rohit Gupta
Web* www.framecad.com <http://www.framecad.com/> > > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of *John Bird > *Sent:* Friday, 21 November 2008 8:55 p.m. > *To:* NZ Borland Developers Group - Delphi List >

Re: [DUG] Error message starting Delphi program on Vista

2008-11-24 Thread Rohit Gupta
Apat from Vista's security, my guess is that the variable is overflowing because of the large size of freespace. Try using int64 to hold it. John Bird wrote: > Can anyone shed light on this? > > I have one program that is prone to getting an exception dialog when > it starts on Vista. > >

Re: [DUG] Error message starting Delphi program on Vista

2008-11-23 Thread Richard Bullin
:55 p.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] Error message starting Delphi program on Vista Can anyone shed light on this? I have one program that is prone to getting an exception dialog when it starts on Vista. The dialog is Windows - No Disk Exception process

Re: [DUG] Error message starting Delphi program on Vista

2008-11-23 Thread Max Nilson
John Bird asked: > I have one program that is prone to getting an exception dialog when it starts on Vista You may want to set the current error mode like this before you start messing about with drive volumes that may be unmounted, or otherwise unavailable: ErrorMode := SetErrorMode(SEM_FAILCRI

[DUG] Error message starting Delphi program on Vista

2008-11-20 Thread John Bird
Can anyone shed light on this? I have one program that is prone to getting an exception dialog when it starts on Vista. The dialog is Windows - No Disk Exception processing Message 0xc013 Parameters 0x764292A0 0x0004 0x764292A0 0x764292A0 I think its a Vista problem because the pro