[fpc-pascal] fpc and boehm

2007-08-26 Thread blackdog
Hi List This is my first post to the list and I'm new to fpc too. I'm interested in using fpc to create .so/.dll for the Neko virtual machine (http://www.nekovm.org), instead of using C for the same task. So that means translating header files. I've done some of this and had some success but

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread Daniël Mantione
Op Sun, 26 Aug 2007, schreef blackdog: Hi List This is my first post to the list and I'm new to fpc too. I'm interested in using fpc to create .so/.dll for the Neko virtual machine (http://www.nekovm.org), instead of using C for the same task. So that means translating header files.

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread Jonas Maebe
On 26 Aug 2007, at 13:53, Daniël Mantione wrote: Neko uses the boehm garbage collector, so my question is, does fpc play well with boehm? My assumption has been that fpc could be used as a straight replacement for C. I'm not aware of any uses in practice, but I expect it will work. Someone

[fpc-pascal] Win64 Cross Compiling

2007-08-26 Thread Robert Wolfe
Hi all! I would like to add Win64 cross compiling capabilities to the FP.EXE editor. I was wondering if anyone has done this already and if so, how? Robert Wolfe [MCP/Linux+] [EMAIL PROTECTED] Shatter IT Global Services, LLC http://www.shatterit.com

Re: [fpc-pascal] SMTP server using FPC

2007-08-26 Thread ik
On 8/26/07, Robert Wolfe [EMAIL PROTECTED] wrote: Second posting to the mailing list this morning. I am wanting to write an SMTP server using FPC. However, I am having a tough time trying to find libraries/units that will allow me to do so. I know about Synapse as I use that to write client

Re: [fpc-pascal] SMTP server using FPC

2007-08-26 Thread Marco van de Voort
Any points in the right direction would be helpful. How about lnet ? It's Official FPC socket library multi-platform, No it's not :-) And afaik Indy already comes with a socket server. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Win64 Cross Compiling

2007-08-26 Thread Daniël Mantione
Op Sun, 26 Aug 2007, schreef Robert Wolfe: Hi all! I would like to add Win64 cross compiling capabilities to the FP.EXE editor. I was wondering if anyone has done this already and if so, how? That is not possible as there can be only only code generator inside the IDE. The IDE can be

Re: [fpc-pascal] Installation/Compilation of FPC for Darwin 8.0 (x86)

2007-08-26 Thread Jonas Maebe
On 24 Aug 2007, at 08:31, Werner Bochtler wrote: I have a running installation of Darwin 8.0 (x86) in a virtual machine (vmware). Can anyone give me some hints how to install the current snapshot of FPC in this environment. I was not able to locate a working FPC 2.0 binary for Darwin (x86)

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread Jonas Maebe
On 26 Aug 2007, at 15:00, Daniël Mantione wrote: An FPC .so can be a perfect replacement for a C .so. I'm not aware of limitations. Except for a bug caused by the *prt*.as - si_*prc*.inc transition which means that currently under Linux the initialization sections are not executed:

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread blackdog
Thanks , That removes some variables from my bug hunt. Cheers bd On Sun, 26 Aug 2007 15:00:11 +0200 (CEST) Daniël Mantione [EMAIL PROTECTED] wrote: Op Sun, 26 Aug 2007, schreef blackdog: Hi Daniël Thanks for the quick reply. I don't necessarily want fpc to interact with

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread Marco van de Voort
with boehm directly by redirecting the memory manager calls, however now that you've mentioned it could be a solution, my question is should an fpc .so be a direct replacement for a C .so? An FPC .so can be a perfect replacement for a C .so. I'm not aware of limitations. Note, this

Re: [fpc-pascal] fpc and boehm

2007-08-26 Thread blackdog
I am running under linux - but I'm not using initalization or finalization sections, so i think i'm ok. thanks for the info bd On Sun, 26 Aug 2007 15:07:44 +0200 Jonas Maebe [EMAIL PROTECTED] wrote: On 26 Aug 2007, at 15:00, Daniël Mantione wrote: An FPC .so can be a perfect

Re: [fpc-pascal] special numbers detected by val()

2007-08-26 Thread Joao Morais
Marc Santhoff wrote: I want to read in text files containing matrix data. The data is organized in rectangular manner, but some places are not valid because they are from physical measurements at places that are not reachable by any instrument. In this data files I have to use a convention to

Re: [fpc-pascal] Problem with interfaces

2007-08-26 Thread Joao Morais
Joao Morais wrote: I simply don't know how to register the issue since I can't create a small sample that reproduce it, but I can send about 1 mb of sources to a volunteer though. Was this one forgotten? Let me know how can I help. -- Joao Morais

Re: [fpc-pascal] special numbers detected by val()

2007-08-26 Thread Marc Santhoff
Am Sonntag, den 26.08.2007, 13:43 -0300 schrieb Joao Morais: Marc Santhoff wrote: I want to read in text files containing matrix data. The data is organized in rectangular manner, but some places are not valid because they are from physical measurements at places that are not reachable by