Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread vmars
: "Bart" To: "FPC-Pascal users discussions" Sent: Monday, January 26, 2009 12:58 PM Subject: Re: [fpc-pascal] EFCreateError' Unable to create file On 1/26/09, vmars wrote: Double quotes are ok in windows. Check your system for any ShortCut aimed at "c:\Program

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread Bart
On 1/26/09, vmars wrote: > Double quotes are ok in windows. > Check your system for any ShortCut aimed at "c:\Program Files". > And you'll see double quotes. I know, but that is not what I meant by saying that double quotes are not allowed in the filename. By that I meant they are not allowed a

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread vmars
y, January 25, 2009 5:36 AM Subject: Re: [fpc-pascal] EFCreateError' Unable to create file >Try >Memo1.Lines.SaveToFile(ExecuteName); >Except ShowMessage('Shoots, couldnt SaveToFile!'); >end; > > [Project

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-25 Thread Vincent Snijders
vmars schreef: (Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2 I am trying to SaveToFile a Memo1 to disk. But can't seem to get it to work. Is there a known bug? Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots, couldnt SaveToFile!');

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-25 Thread Bart
> >Try > >Memo1.Lines.SaveToFile(ExecuteName); > >Except ShowMessage('Shoots, couldnt SaveToFile!'); > >end; > > > > [Project raised exception class 'EFCreateError' with message: > > Unable to create file > > ""C:lazarusfpc2.2.2bini386-win32De

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-25 Thread Michael Van Canneyt
On Sat, 24 Jan 2009, vmars wrote: > (Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2 > I am trying to SaveToFile a Memo1 to disk. > But can't seem to get it to work. > Is there a known bug? > >Try >Memo1.Lines.SaveToFile(ExecuteName); >Except ShowMessage('Shoot

[fpc-pascal] EFCreateError' Unable to create file

2009-01-24 Thread vmars
(Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2 I am trying to SaveToFile a Memo1 to disk. But can't seem to get it to work. Is there a known bug? Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots, couldnt SaveToFile!'); end; [Project