Logged In: NO

Still trying to submit the file. I will paste errors:
gcc -I.. -Ino/include -I/usr/local/include -O2 -fno-exceptions -fomit-frame-pointer -Wall
-Wno-return-type -DWIN32 -c FDate.cxx -o FDate.o
gcc -I.. -Ino/include -I/usr/local/include -O2 -fno-exceptions -fomit-frame-pointer -Wall
-Wno-return-type -DWIN32 -c FSocket.cxx -o FSocket.o
In file included from FSocket_Win32.cxx:8,
from FSocket.cxx:2:
Fsocket_Win32.H:36: syntax error before `;'
Fsocket_Win32.H:66: parse error before `new_sock'
Fsocket_Win32.H:102: syntax error before `['
Fsocket_Win32.H:103: syntax error before `;'
Fsocket_Win32.H:106: syntax error before `;'
Fsocket_Win32.H:111: syntax error before `['
Fsocket_Win32.H:112: syntax error before `;'
Fsocket_Win32.H:113: syntax error before `;'
In file included from FSocket.cxx:2:
FSocket_Win32.cxx:13: syntax error before `;'
FSocket_Win32.cxx: In method `win_socket_library::win_socket_library()':
FSocket_Win32.cxx:18: `WSADATA' undeclared (first use this function)
FSocket_Win32.cxx:18: (Each undeclared identifier is reported only once
FSocket_Win32.cxx:18: for each function it appears in.)
FSocket_Win32.cxx:18: parse error before `;'
FSocket_Win32.cxx:19: implicit declaration of function `int MAKEWORD(...)'
FSocket_Win32.cxx:19: `wsa' undeclared (first use this function)
FSocket_Win32.cxx:19: implicit declaration of function `int WSAStartup(...)'
FSocket_Win32.cxx:21: implicit declaration of function `int WSAGetLastError(...)'
FSocket_Win32.cxx:26: `WatchDogMutex' undeclared (first use this function)
FSocket_Win32.cxx:26: `TRUE' undeclared (first use this function)
FSocket_Win32.cxx:26: implicit declaration of function `int CreateMutex(...)'
FSocket_Win32.cxx: In method `win_socket_library::~win_socket_library()':
FSocket_Win32.cxx:29: implicit declaration of function `int WSACleanup(...)'
FSocket_Win32.cxx: At top level:
FSocket_Win32.cxx:33: syntax error before `;'
FSocket_Win32.cxx:35: syntax error before `::'
FSocket_Win32.cxx:40: parse error before `!='
FSocket_Win32.cxx:52: aggregate `struct sockaddr_in insock' has incomplete type and cannot be initialized
FSocket_Win32.cxx:53: syntax error before `.'
FSocket_Win32.cxx:54: syntax error before `.'
FSocket_Win32.cxx:55: syntax error before `.'
FSocket_Win32.cxx:59: `s' was not declared in this scope
FSocket_Win32.cxx:59: ANSI C++ forbids declaration `closesocket' with no type
FSocket_Win32.cxx:60: parse error before `return'
FSocket_Win32.cxx:64: `s' was not declared in this scope
FSocket_Win32.cxx:64: ANSI C++ forbids declaration `closesocket' with no type
FSocket_Win32.cxx:64: redefinition of `int closesocket'
FSocket_Win32.cxx:59: `int closesocket' previously defined here
FSocket_Win32.cxx:65: parse error before `return'
FSocket_Win32.cxx:67: ANSI C++ forbids declaration `errcode' with no type
FSocket_Win32.cxx:67: `ok' was not declared in this scope
FSocket_Win32.cxx:68: ANSI C++ forbids declaration `state' with no type
FSocket_Win32.cxx:68: `ss_open' was not declared in this scope
FSocket_Win32.cxx:69: parse error before `return'
FSocket_Win32.cxx:72: syntax error before `::'
FSocket_Win32.cxx:77: syntax error before `::'
FSocket_Win32.cxx:83: parse error before `switch'
FSocket_Win32.cxx:112: ANSI C++ forbids declaration `msg' with no type
FSocket_Win32.cxx:112: conflicting types for `int msg'
FSocket_Win32.cxx:80: previous declaration as `char * msg'
FSocket_Win32.cxx:112: initialization to `int' from `char *' lacks a cast
FSocket_Win32.cxx:113: parse error before `}'
FSocket_Win32.cxx:115: `buf' was not declared in this scope
FSocket_Win32.cxx:115: `buf_size' was not declared in this scope
FSocket_Win32.cxx:115: ANSI C++ forbids declaration `strncpy' with no type
FSocket_Win32.cxx:115: `int strncpy' redeclared as different kind of symbol
/usr/include/string.h:39: previous declaration of `char * strncpy(char *, const char *, unsigned int)'
FSocket_Win32.cxx:115: initializer list being treated as compound expression
FSocket_Win32.cxx:116: parse error before `}'
FSocket_Win32.cxx:118: syntax error before `*'
FSocket_Win32.cxx:125: syntax error before `='
FSocket_Win32.cxx:134: `s' was not declared in this scope
FSocket_Win32.cxx:134: ANSI C++ forbids declaration `closesocket' with no type
FSocket_Win32.cxx:134: redefinition of `int closesocket'
FSocket_Win32.cxx:64: `int closesocket' previously defined here
FSocket_Win32.cxx:135: parse error before `return'
FSocket_Win32.cxx:138: parse error before `if'
FSocket_Win32.cxx:142: `s' was not declared in this scope
FSocket_Win32.cxx:142: ANSI C++ forbids declaration `closesocket' with no type
FSocket_Win32.cxx:142: redefinition of `int closesocket'
FSocket_Win32.cxx:134: `int closesocket' previously defined here
FSocket_Win32.cxx:143: parse error before `return'
FSocket_Win32.cxx:145: ANSI C++ forbids declaration `errcode' with no type
FSocket_Win32.cxx:145: redefinition of `int errcode'
FSocket_Win32.cxx:67: `int errcode' previously defined here
FSocket_Win32.cxx:145: `ok' was not declared in this scope
FSocket_Win32.cxx:146: parse error before `return'
FSocket_Win32.cxx:150: syntax error before `::'
FSocket_Win32.cxx:159: syntax error before `::'
FSocket_Win32.cxx:162: redefinition of `char * p'
FSocket_Win32.cxx:38: `char * p' previously declared here
FSocket_Win32.cxx:165: parse error before `!='
FSocket_Win32.cxx:174: `hostname' was not declared in this scope
FSocket_Win32.cxx:174: `address' was not declared in this scope
FSocket_Win32.cxx:174: `address' was not declared in this scope
FSocket_Win32.cxx:174: ANSI C++ forbids declaration `memcpy' with no type
FSocket_Win32.cxx:174: `int memcpy' redeclared as different kind of symbol
/usr/include/string.h:26: previous declaration of `void * memcpy(void *, const void *, unsigned int)'
FSocket_Win32.cxx:174: initializer list being treated as compound expression
FSocket_Win32.cxx:175: `address' was not declared in this scope
FSocket_Win32.cxx:175: ANSI C++ forbids declaration `hostname' with no type
FSocket_Win32.cxx:175: assignment (not initialization) in declaration
FSocket_Win32.cxx:177: redefinition of `struct sockaddr_in insock'
FSocket_Win32.cxx:52: `{error} insock' previously declared here
FSocket_Win32.cxx:177: confused by earlier errors, bailing out
make: *** [FSocket.o] Error 1