[fpc-pascal] ASM jump parse error

2005-12-17 Thread darekM
Hi I've badly submit 4612 bug Should be: Title:ASM jump parse error in Description: in assembler fastcodemoveunit.pas(214,34) Error: Unknown identifier "@FWDJUMPTABLE" fastcodemoveunit.pas(256,21) Error: Local symbols/labels aren't allowed as references F in Linux FPC can't compile line

Re: [fpc-pascal] fpc 2.0.0 x86_64 and assembler

2005-12-17 Thread Florian Klaempfl
Marcus Roeckrath wrote: Intel mode isn't supported yet on x86_64. > > > > Hi, > > i tried to compile the bigint13 Unit from Franco Milani but got the > following error: > > bigint13.pas(48,2) Error: Illegal assembler st

Re: [fpc-pascal] astring.pas

2005-12-17 Thread Peter Vreman
> Darwin 2.1.1 today > astrings.inc(88,1) Fatal: Syntax error, "BEGIN" expected but "shl" found > astrings.inc(88,1) Fatal: Compilation aborted That is a svn conflict ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.or

[fpc-pascal] command line editing, history, etc.

2005-12-17 Thread Alan Mead
I have a command line utility that would really benefit from command line editing... is there a simple way to add this kind of readline-like behavior to a FreePascal program? I would appreciate the functionality on Linux but I might also use the program on Windows. -Alan ___

Re: [fpc-pascal] fpc 2.0.0 x86_64 and assembler

2005-12-17 Thread Peter Vreman
> i tried to compile the bigint13 Unit from Franco Milani but got the > following error: > > bigint13.pas(48,2) Error: Illegal assembler style specified "INTEL" > bigint13.pas(426,1) Fatal: There were 1 errors compiling module, stopping > bigint13.pas(426,1) Error: Compilation aborted > > The assem

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Adrian Veith
Micha Nelissen schrieb: On Thu, 15 Dec 2005 18:21:18 +0100 Adrian Veith <[EMAIL PROTECTED]> wrote: I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: How did you fix FastReallocMem? FPC uses a 'var APointer

[fpc-pascal] 2.0.0 versus 2.0.2 - FreeBSD

2005-12-17 Thread Ziegenhorn Tourism Database
Some weeks ago I switched from 1.0.x to 2.0.0. Well, a lot of work to eleminate "oldlinux", but it works fine. I updated to 2.0.2 and something happend: I have some cgi-programs for a virtual FreeBSD 4.7 Server. I compile under Linux (SuSE 8.2), tranfer the executable to FreeBSD and do a "brande

[fpc-pascal] Test, please ignore

2005-12-17 Thread Florian Klaempfl
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] AnsiStrings and Memory Management

2005-12-17 Thread Florian Klaempfl
I think the fpc code is quite usable now: FPC 2.1.1 Test 1: 100 ... done in 2.265 sec Test 2: 100 ... done in 1.563 sec Test 3: 100 ... done in 1.687 sec D7: Test 1: 100 ... done in 2.078 sec Test 2: 100 ... done in 2.078 sec Test 3: 100 ... done in 2.312 sec Can so

[fpc-pascal] Version 0.6 of MSEgui+MSEide available

2005-12-17 Thread Martin Schreiber
Version 0.6 of MSEgui+MSEide is ready: http://mypage.bluewin.ch/msegui/ The IDE is now GPL'd, the library has modified LGPL like FPC-RTL. Martin ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-pascal] 2.0.0 versus 2.0.2 - FreeBSD

2005-12-17 Thread Vincent Snijders
Ziegenhorn Tourism Database wrote: The download of older versions of fpc seems not possible. :-( So I burn everything on a CD-ROM. ;-) You can download 1.0.10 from ftp://ftp.de.freepascal.org/pub/fpc/olddist/1.0.10/ and 2.0.0 from ftp://ftp.de.freepascal.org/pub/fpc/dist/i386-freebsd-2.0.

Re: [fpc-pascal] Test, please ignore

2005-12-17 Thread Florian Klaempfl
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Adrian Veith
Florian Klaempfl schrieb: Adrian Veith wrote: Hi, I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: Test1: fpc (standard MM): 3.1 sec - factor = 1.34 fpc (FastMM4): 3.0 sec - factor = 1.30 delphi (standard M

Re: [fpc-pascal] Question: OpenOffice and FPC?

2005-12-17 Thread Felipe Monteiro de Carvalho
On 12/16/05, Vincent Snijders <[EMAIL PROTECTED]> wrote: > C++ headers are near useless, when you want to use fpc. What about java. Is is easier to translate? I still don´t get it why you guys think it is so hard to translate c++ headers. not that I´ve ever done it, but c++ code doen´t seam s

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Florian Klaempfl
Adrian Veith wrote: Florian Klaempfl schrieb: Adrian Veith wrote: Hi, I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: Test1: fpc (standard MM): 3.1 sec - factor = 1.34 fpc (FastMM4): 3.0 sec - factor = 1