Re: [fpc-pascal] cross platform version of IsCharAlpha()

2009-01-24 Thread Graeme Geldenhuys
On Fri, Jan 23, 2009 at 7:26 PM, vmars vm...@rgv.rr.com wrote: 'JcfStringUtils.pas' very strange looking code. Please, what format is the file in? Uh? I am using Lazarus 0.9.26 under Linux. The file was opened like any other source file... Regards, - Graeme -

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Michael Van Canneyt
On Sat, 24 Jan 2009, Graeme Geldenhuys wrote: I haven't dabbled into the DB components in FPC and Lazarus much. Does Free Pascal have a TClientDataset? Has anybody done any 3-tier development with Free Pascal? There is not. TBufDataset has 95% of all TClientDataset features, but lacks

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Joost van der Sluis
Op zaterdag 24-01-2009 om 12:47 uur [tijdzone +0100], schreef Michael Van Canneyt: On Sat, 24 Jan 2009, Graeme Geldenhuys wrote: I haven't dabbled into the DB components in FPC and Lazarus much. Does Free Pascal have a TClientDataset? Has anybody done any 3-tier development with Free

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread vmars
fpGui very cool ! ô¿ô V e r n WinXp sp2 , Delphi5, WebDwarf, Trellian WebPage, Lazarus-0.9.26-fpc-2.2.2-win32.exe, wxPython2.8-win32-unicode-2.8.9.1-py26.exe , Boa 0.6.1 http://www.flickr.com/photos/vmars956/ Wanted: Dwarf Hibiscus (Orange/Rasberry) - Original Message - From:

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Graeme Geldenhuys
On Sat, Jan 24, 2009 at 8:38 PM, vmars vm...@rgv.rr.com wrote: fpGui very cool ! Glad you like it. :-) Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-24 Thread David W Noon
On Tue, 2009-01-20 at 21:20 +, David W Noon wrote: [snip] I have noticed one thing that might shed a little light on the topic: whenever I use a pipe for the output and I allow the pipe to stall with a full buffer, after execution is resumed the program sometimes restarts on the other

[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