dclark
06-14-2005, 11:14 AM
Since I was able to get a copy of Visual Studio 2005 Beta 2, I wanting to see if I could compile the souce code. I tryied compiling EMuShareMem but keep getting this error:
c:\eqemu\source\common\eq_packet_structs.h(495) : 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
Follow it step by step did all my includes and Library files but still get this error. I even tried to compile world and zone and get the same error. Not sure how to fix this.
c:\eqemu\source\common\eq_packet_structs.h(495) : 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
Follow it step by step did all my includes and Library files but still get this error. I even tried to compile world and zone and get the same error. Not sure how to fix this.