I have been trying today to build my server following the guide posted here but I keep getting 1 success 4 failed when I compile.
Here is a snippet from the error log.
c:\eqemusource\trunk\eqemuserver\common\servertalk .h(62

: warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\eqemusource\trunk\eqemuserver\common\servertalk .h(673) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\eqemusource\trunk\eqemuserver\common\servertalk .h(802) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\eqemusource\trunk\eqemuserver\common\servertalk .h(1030) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
..\common\timer.cpp(6

: warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
timeoutmgr.cpp
TCPServer.cpp
c:\eqemusource\trunk\eqemuserver\ucs\../common/EmuTCPConnection.h(23) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
.\clientlist.cpp(1012) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1314) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1317) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1427) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1430) : warning C4018: '<' : signed/unsigned mismatch
This doesn't mean much to me but I am hoping someone else knows?
I can send someone the full log if need be.
I have tried this several times today. At first I thought it was because of my version of Perl but I found the right version uninstalled rebooted and reinstalled (deleted the perl directory too!)
Any help would be great! (I searched the forums too but didn't find anything but that could be I don't know what I am looking at!)