RE: [fpc-pascal] New user questions

2007-04-17 Thread Cosmin Prund
Almost forgot about Outlook Quote Fix! Unfortunately it no longer works with Outlook 2007 - I'm out of luck this time :( -- Cosmin Prund -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniël Mantione Sent: 17 aprilie 2007 13:34 To: FPC-Pascal users disc

[fpc-pascal] RE: fpc-pascal Digest, Vol 32, Issue 12

2007-04-17 Thread Jason P Sage
"Cosmin Prund" [EMAIL PROTECTED] Wrote: ---BEGIN (1)What do you recommend for managing an project? I started making changes in the FP IDE using the menu-selects, but that doesn't seem like a very portable solution. I do not expect my work to be important enough for others t

RE: [fpc-pascal] New user questions

2007-04-17 Thread Daniël Mantione
Op Tue, 17 Apr 2007, schreef Cosmin Prund: > Thanks for your answers Daniel, and sorry for the non-standard quoting, > I'm fighting Outlook here! Scary business! Google for "Outlook quotefix" :) > >> (1)What do you recommend for managing an project? I started > making > >> changes in the

RE: [fpc-pascal] New user questions

2007-04-17 Thread Cosmin Prund
Thanks for your answers Daniel, and sorry for the non-standard quoting, I'm fighting Outlook here! Scary business! >> (1)What do you recommend for managing an project? I started making >> changes in the FP IDE using the menu-selects, but that doesn't seem >> like a very portable solution. I d

RE: [fpc-pascal] Warning, newby! Trying to use Sockets

2007-04-17 Thread Cosmin Prund
I managed to get the thing to compile and I think I understand why it failed in the first place. I changed my compile options to work in "Delphi compatibility" mode, I think there's a difference in string handling and text/file handling between the two. Unfortunately I have no idea how to copy-past

Re: [fpc-pascal] New user questions

2007-04-17 Thread Daniël Mantione
Op Mon, 16 Apr 2007, schreef Cosmin Prund: > (1)What do you recommend for managing an project? I started making > changes in the FP IDE using the menu-selects, but that doesn't seem like > a very portable solution. I do not expect my work to be important enough > for others to want it (and n

[fpc-pascal] Warning, newby! Trying to use Sockets

2007-04-17 Thread Cosmin Prund
Hello everyone. I'm trying to use Sockets but the example in the manual here: http://www.freepascal.org/docs-html/rtl/sockets/accept.html fails to compile! Any other working example? Thanks! Cosmin Prund ___ fpc-pascal maillist - fpc-pasca

[fpc-pascal] New user questions

2007-04-17 Thread Cosmin Prund
Hello! I've got some experience with Delphi and now I'm trying to get something going with Free Pascal and Linux. Specifically I'm trying to write an "FastAGI for Asterisk" - that's a TCP/IP server that extends the Asterisk PBX in just the same way an FastCGI extends an web browser. I'm trying