Re: [fpc-pascal]Best PASCAL for games

2004-06-27 Thread Peter Vreman
>> Delphi is still better performing, but there is not much chance that > Delphi >> will see any improvement in this field. > > The Delphi compiler does not even support MMX, 3Dnow or any other enhanced > instruction sets (except through the built-in assembler). Does FPC's code > generator support

Re: [fpc-pascal]Default calling convention

2004-06-27 Thread Peter Vreman
> Hello, > > I noticed that, with FPC 1.9.4, the (default) calling convention > "register" depends on the fact that a routine is or is not embedded > in an other routine. > > With "proc(A,B,C: Longint);", if "proc" is not embedded then > eax = A, edx = B and ecx = C but if "proc" is embedded then e

Re: [fpc-pascal]Best PASCAL for games

2004-06-27 Thread Steve Williams
> Delphi is still better performing, but there is not much chance that Delphi > will see any improvement in this field. The Delphi compiler does not even support MMX, 3Dnow or any other enhanced instruction sets (except through the built-in assembler). Does FPC's code generator support the use of

[fpc-pascal]Default calling convention

2004-06-27 Thread Marcel Martin
Hello, I noticed that, with FPC 1.9.4, the (default) calling convention "register" depends on the fact that a routine is or is not embedded in an other routine. With "proc(A,B,C: Longint);", if "proc" is not embedded then eax = A, edx = B and ecx = C but if "proc" is embedded then edx = A, ecx =

Re: [fpc-pascal]TDBF makes assumption that breaks win32 compat

2004-06-27 Thread Michael . VanCanneyt
On Sun, 27 Jun 2004, Vincent Snijders wrote: > On Sun, 27 Jun 2004 00:57:28 +0200 (CEST) > [EMAIL PROTECTED] wrote: > > > > Applied. > > > > Michael. > Thanks. > > If the following patch is applied, make install works on win32. ATM, Dbf_Wtil is not > compiled on win32, but make install wants

Re: [fpc-pascal]TDBF makes assumption that breaks win32 compat

2004-06-27 Thread Vincent Snijders
On Sun, 27 Jun 2004 00:57:28 +0200 (CEST) [EMAIL PROTECTED] wrote: > > Applied. > > Michael. Thanks. If the following patch is applied, make install works on win32. ATM, Dbf_Wtil is not compiled on win32, but make install wants to install it. With this patch it is compiled on win32 too. Index

Re: [fpc-pascal]PDF

2004-06-27 Thread Marco van de Voort
> Although I've enquired about RTF, I would really like to use PDF. Are > there any free pascal units for this? The traditional way is to ouput LateX code, and compile it to PDF with pdflatex. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lis