On Tue, 3 Feb 2004, JK wrote:
> Hi All,
> is there a way to read/write cookies and use sessions in FP? I can't find
> it in cgiapp.
There is currently no way, but it should be easy to add this.
Setting a cookie is just emitting the correct header. I'm not sure about
retrieving it, though. I don
Hi
I found my mistake: I didn't give the size of the buffer in variable bl.
It now works.
Peace.
Charl
Charl van Jaarsveldt wrote:
Hallo.
I have this little program to get te info of a certain ODBC entry n
the registry, but it doesn't work and I am at a loss. I admit, I
haven't done too much
Panic : Internal compiler error, exiting.
test.pp(5) Fatal: Internal error
uses linux;
begin
Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid);
end.
Compiling for LINUX Platform
Compiling Debug Version
Hint: End of reading config file /etc/fpc.cfg
Free Pascal
> Panic : Internal compiler error, exiting.
> test.pp(5) Fatal: Internal error
>
> uses linux;
> begin
> Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid);
> end.
>
> Compiling for LINUX Platform
> Compiling Debug Version
> Hint: End of reading config file /etc/fpc.cfg
>
On Wed, 4 Feb 2004, Stefan Becker wrote:
> Panic : Internal compiler error, exiting.
> test.pp(5) Fatal: Internal error
>
> uses linux;
> begin
> Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid);
> end.
Unit 'linux' is replaced by units 'Unix' and 'BaseUnix'.
The calls wil
I would like to do some very basic boolean operations within compiler directives. $IF
does not seem to work reliably. See below:
C:\fpc\test>fpc directive_test -Sm
Free Pascal Compiler version 1.0.10 [2003/06/27] for i386
[...]
User defined: =
User defined: $define x:=17
U
> I would like to do some very basic boolean operations within compiler
> directives. $IF does not seem to work reliably. See below:
>
> C:\fpc\test>fpc directive_test -Sm
> Free Pascal Compiler version 1.0.10 [2003/06/27] for i386
> [...]
> User defined: =
> User defined: $
Hello,
Every time you post from an address with which you are not subscribed
to the mailing list, such a mail will be held for approval. Given the
fact that this currently includes about 50 viruses, bounced viruses and
bogus virus warnings per list per day, it is not unfathomable that I
may ac