Re: [fpc-pascal] Possible bug in Numeric test

2016-02-27 Thread steveg
FPC and it returns False for string 'E1/E2/etc'. V. ______ > Od: steveg > Komu: "FPC-Pascal users discussions" > Datum: 24.02.2016 00:57 > Předmět: [fpc-pascal] Possible bug in Numeric test > Not sure

[fpc-pascal] Possible bug in Numeric test

2016-02-23 Thread steveg
, Num, Code); Exit( Code = 0 ); end; Thanks - SteveG ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Exceptions in Library

2015-03-30 Thread steveg
On 30/03/15 16:46, leledumbo wrote: As far as I can tell, exceptions propagate through to the main app - (written with Lazarus in this case). I would like to trap them directly within the library. // excp.pas library excp; {$mode objfpc} uses sysutils; procedure p; begin try raise exc

[fpc-pascal] Exceptions in Library

2015-03-29 Thread steveg
, even full source) really appreciated :) Thanks - SteveG ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] File Enumeration speed

2012-07-28 Thread SteveG
On 28/07/12 19:58, Michael Van Canneyt wrote: On Sat, 28 Jul 2012, SteveG wrote: I am enumerating thru large numbers of files on my disk, and find I cant come close with findfirst / findnext to matching the speed of cmd line apps available in linux :eg ls / du A regular ls only does a

[fpc-pascal] File Enumeration speed

2012-07-28 Thread SteveG
limiting factors would be ? does the operating system keep an index somewhere ? Thanks - SteveG ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Redirecting input to a child process

2011-05-08 Thread SteveG
On 08/05/11 17:30, Anton Shepelev wrote: SteveG: Anton - I have attached an extract from some work- ing code (hopefully I didnt remove anything neces- sary) It may help you move on a bit further I turned your piece of code into a complete program, but it didn't work either. In fact,

Re: [fpc-pascal] Redirecting input to a child process

2011-05-07 Thread SteveG
'Wait finished.'); Sleep(100); strBuf.size := MoreProcess.Output.Read(strBuf.buf, 255); writeLn(strBuf.txt); end. Could you please help me to make it work? Thanks in advance, Anton Anton - I have attached an extract from some working code (hopefully I didnt remove anythi

Re: [fpc-pascal] New wiki, ftp and mailing list server planned

2010-03-12 Thread SteveG
And is there a way to use the German site in English? ;) +1 :) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FP Vector graphics library

2009-05-26 Thread SteveG
On Wednesday 27 May 2009 04:49:12 Felipe Monteiro de Carvalho wrote: > Hello, > > I and another worker have developed a vector graphics library for Free > Pascal and I am thinking about making it modifyed-LGPL and adding to > the lazarus-ccr repository, like fpspreadsheet. So I was wondering, >

Re: [fpc-pascal] Suspending app

2005-06-21 Thread SteveG
perhaps create a thread for your file checking code, and Sleep(xx) regularly to release the processor ? Darius Blaszijk wrote: Hi, I have an app that checks several files continuously and when the fileage has changed the app performs some instructions. I have put the checks in a loop. The draw

[fpc-pascal] Compiler Building

2005-01-06 Thread SteveG
Please excuse this if in the wrong list (if so, pls advise correct list) I have a full CVS of latest FPC (1.9.6) running on WinXP and have been trying to rebuild the compiler as per http://www.stack.nl/~marcov/buildfaq.pdf, Following the instructions for 'make cycle' (or any others) gives the er