Re: [fpc-pascal] astring.pas

2005-12-16 Thread Jonas Maebe
On 16 dec 2005, at 16:42, Paul Davidson wrote: Darwin 2.1.1 today astrings.inc(88,1) Fatal: Syntax error, "BEGIN" expected but "shl" found astrings.inc(88,1) Fatal: Compilation aborted You have locally modified your copy and after updating there are now conflicts in that file. Delete it

[fpc-pascal] astring.pas

2005-12-16 Thread Paul Davidson
Darwin 2.1.1 today astrings.inc(88,1) Fatal: Syntax error, "BEGIN" expected but "shl" found astrings.inc(88,1) Fatal: Compilation aborted P Davidson http://CoraxNetworks.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freep

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

2005-12-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 12/16/05, Marc Santhoff <[EMAIL PROTECTED]> wrote: AFAIK only translating the header is not enough because of special requirements of the code to be generated by the compiler/linker. What I meant was: It is not necessary to implement COM on Free Pascal i

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

2005-12-16 Thread Felipe Monteiro de Carvalho
On 12/16/05, Marc Santhoff <[EMAIL PROTECTED]> wrote: > AFAIK only translating the header is not enough because of special > requirements of the code to be generated by the compiler/linker. What I meant was: It is not necessary to implement COM on Free Pascal in order to communicate with OOo, beca

Re: [fpc-pascal] Embedded resource support for targets using elf32 executable

2005-12-16 Thread Michael Van Canneyt
On Fri, 16 Dec 2005, Carsten Bager wrote: Hi In the " What's New in 2.0.2" it says: * Embedded resource support for targets using elf32 executable format Is there somewhere I can read a description of this. Not really. But you can just assume that {$R somefile.res} Will work, if the .res f

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

2005-12-16 Thread Marc Santhoff
Am Freitag, den 16.12.2005, 00:25 -0200 schrieb Felipe Monteiro de Carvalho: > On 12/15/05, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > This is difficult. I'm not aware of all the gory details, but: > > Besides difficult this is not needed. It is better to translate from > the c++ headers. You ga

Re: [fpc-pascal] FastMM4 for fpc

2005-12-16 Thread Florian Klaempfl
Adrian Veith wrote: > I tried to modify the FastMM4 to work with with fpc. > I had no big problems for the non-assembly language version, but with > the assembly language version i have the problem, that fpc is allways > generating a stack frame, even if i use the {$STACKFRAMES OFF} directive. Us

[fpc-pascal] fpc 2.0.0 x86_64 and assembler

2005-12-16 Thread Marcus Roeckrath
-- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. -- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. Hi, i tried to compile the bigint13 Unit f

Re: [fpc-pascal] AnsiStrings and Memory Management

2005-12-16 Thread Peter Vreman
> Peter Vreman wrote: > (astonishing that ShortStrings are slower than AnsiStrings in this example >>> >>>in delphi). >>> >>>Not really. Delphi is silently upcasting your shortstrings to >>> AnsiStrings >>>in >>>the background. You would probably have to recompile the VCL to get >>> around

[fpc-pascal] Embedded resource support for targets using elf32 executable

2005-12-16 Thread Carsten Bager
Hi In the " What's New in 2.0.2" it says: * Embedded resource support for targets using elf32 executable format Is there somewhere I can read a description of this. Regards Carsten ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://li

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

2005-12-16 Thread Tiziano - Mekar Srl -
this should be a task for Jedi... or they are only delphi oriented? by now I think that this is a very very good point in order to learn to dig with python... or persist with the Windows-Delphi-OOffice job. many thanks for your kind answers tiziano > -Original Message- > From: [EMAIL