I pulled in 1.9.3 from CVS yesterday. When I recompiled some code I have been working on I found my program crashed when creating a socket. The program fails with no error. It just exits. I created a test program with just the socket call and it also fails the same way. Here is the code:
Program test_socket; uses sockets; var FileHandle: integer; begin writeln( 'sizeof( integer): ', sizeof( integer)); writeln( 'Before socket call.'); FileHandle:= socket( AF_INET, SOCK_DGRAM, 0); writeln( 'After socket call.'); end. I followed the CVS download instructions on the Web site. Do I need to look at a different branch? cvs -d :pserver:[EMAIL PROTECTED]:/FPC/CVS login cvs -z 3 -d :pserver:[EMAIL PROTECTED]:/FPC/CVS checkout fpc -- ------------------------------------ Lloyd B. Park (330) 672-0384 Administrative Services Building Kent State University Kent, OH 44242 ------------------------------------ _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal