[fpc-devel]Re: Socket() call - fixed now, thanks

2004-03-21 Thread Lloyd B. Park
. In my last example code it was mentioned I shouldn't use integer for a file handle, but instead I should use cint. I see there are other cxxx types defined. I'll be making use of them. Thank you again. -- Lloyd B. Park (330) 672-0384

[fpc-devel]Problems with Linux signal calls.

2004-01-06 Thread Lloyd B. Park
I found a bug in Linux signal handling which effects both the 1.0.10 and 1.9.0 versions of FreePascal. The SigSet type is too small. This results in some signal calls overwriting other memory locations. I have an example program which can use the new 1.9.0 BaseUnix calls or libc and my

Re: [fpc-devel]Problems with Linux signal calls.

2004-01-06 Thread Lloyd B. Park
for me. But thanks for the pointer. I'll look over your documentation. ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel -- Lloyd B. Park (330) 672