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
, 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
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
, 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
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
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
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,
'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
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
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,
>
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
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
12 matches
Mail list logo