Hi,
The attached program works well under Linux when compiled with Kylix3. It
counts from 1 to 10 and ends. FPC compiles it, but doesn't work (loops
forever). Seems that CheckSynchronize doesn't work (or perhaps
TThread.Synchronize?).
Another issue: CheckSynchronize has in Kylix3 an optional
I'm trying to build FPDE to do some documentation on the lcl. Using CVS
of1/1/2005 I cd to fpc/utils/fpcdoc/fpde and issue a 'Make'. Get the
following error messages:
[EMAIL PROTECTED] make
/usr/bin/ppc386 -Fu../../../rtl/units/i386-linux
-Fu../../../packages/base/paszlib/un
its/i386-linux -Fu../.
On Sun, 16 Jan 2005, C Western wrote:
> The attached patch is a suggested implementation of TryStrToFloat, which
> (I hope) improves compatibility with Delphi
Thank you ! Applied the patch.
Michael.
___
fpc-devel maillist - fpc-devel@lists.free
The attached patch is a suggested implementation of TryStrToFloat, which
(I hope) improves compatibility with Delphi
Colin
diff -uNr fpc/rtl/objpas/sysutils/sysstrh.inc
fpc.w/rtl/objpas/sysutils/sysstrh.inc
--- fpc/rtl/objpas/sysutils/sysstrh.inc 2005-01-02 21:32:50.0 +
+++ fpc.w/rt