[fpc-devel] Re: CGI/Command line/GUI all in one

2009-09-17 Thread Gilles MARCOU
o all suggestions. Thanks for your help, Gilles Marcou program Predictor; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} //{ you can add units after this }, Classes, sysutils, {$IFDEF GUImode}UnitRunGUI;{$ENDIF} {$IFDEF CMDmode}UnitRunCMD;{$END

[fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Gilles MARCOU
more clever solution? Otherwise, the only solution I see is to keep all three interfaces in separate executable. Thanks in advance, Gilles Marcou program Predictor; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} //{ you can add units after this }, Cl

[fpc-devel] PDF on C/C++ code in Free Pascal

2009-09-15 Thread Gilles MARCOU
l.org/pub/fpc/docs-pdf/CinFreePascal.pdf). I have contacted some persons of the Free Pascal community to ask for the update. But since then I have recieved no answer. How should I require an update of this file? By the way, I am open to all suggestions to improve this text. Thanks, Gilles M

[fpc-devel] What is CreateFileMapping?

2008-12-11 Thread Gilles MARCOU
Windows specific, how do I manage this on other architectures? thanks in advance for your help, Gilles Marcou ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel