Re: [fpc-pascal] Path library

2006-08-21 Thread Fabrício F. Kammer
Thanks Mattias, I'll see this Mattias Gaertner escreveu: On Mon, 21 Aug 2006 14:48:31 -0300 "Fabrício F. Kammer" <[EMAIL PROTECTED]> wrote: Hi all, I'm testing the synapse library but I've a problem: I need to copy all files of the synapse library together with my project files. How can I se

Re: [fpc-pascal] Porting TP ASM to FPC ASM

2006-08-21 Thread Marco van de Voort
> Hope this is the right place to post.. > > I'm trying to convert some old Turbo Pascal asm to win32 fpc asm and > dont know where to start.. > > I'm compiling with -Sd and -Twin32 and {$asmmode intel}.. > > An example of what I'm trying to port: > > procedure ClearFlag(var Flags: word; FlagM

Re: [fpc-pascal] Path library

2006-08-21 Thread Mattias Gaertner
On Mon, 21 Aug 2006 14:48:31 -0300 "Fabrício F. Kammer" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm testing the synapse library but I've a problem: I need to copy > all files of the synapse library together with my project files. > > How can I set the path on FPC/Lazarus to all projects looking

[fpc-pascal] Path library

2006-08-21 Thread Fabrício F. Kammer
Hi all, I'm testing the synapse library but I've a problem: I need to copy all files of the synapse library together with my project files. How can I set the path on FPC/Lazarus to all projects looking for the units of the synapse without I copy the files on my project folder? Regards, Fab

[fpc-pascal] Porting TP ASM to FPC ASM

2006-08-21 Thread Michael Preslar
Hope this is the right place to post.. I'm trying to convert some old Turbo Pascal asm to win32 fpc asm and dont know where to start.. I'm compiling with -Sd and -Twin32 and {$asmmode intel}.. An example of what I'm trying to port: procedure ClearFlag(var Flags: word; FlagMask: word); assemb

Re: [fpc-pascal] Building FPC with gdb support for SPARC

2006-08-21 Thread Mark Morgan Lloyd
I'm going to have to drop FPC on SPARC for a few days since I've got a job that needs to be done for the end of the month. The position appears to be that the compiler and much of the IDE is reliable, with the exception of some window operations. The compiler is good enough to compile Lazarus, alt

Re: [fpc-pascal] TCP Server

2006-08-21 Thread Adrian Veith
Hello Fabricio, there are some examples at the synapse wiki page. I suggest that you also subscribe to the synalist at sourceforge.net - this is the right place to ask questions about synapse. There are many active users which can answer your questions. Anyway, if you have the echo server ru