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
"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
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
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
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
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
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
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