when i compile....

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

wang001m
decaying skeleton
decaying skeleton
Posts: 6
Joined: Sat Jun 05, 2004 6:19 pm

when i compile....

Post by wang001m » Thu Oct 14, 2004 11:45 pm

MQ2DataTypes.cpp
C:\Documents and Settings\Wang001m\Desktop\MQ2\MQ2Main\MQ2DataTypes.cpp(3535) : error C2079: 'stBuffer' uses undefined struct '__stat64'
C:\Documents and Settings\Wang001m\Desktop\MQ2\MQ2Main\MQ2DataTypes.cpp(3543) : error C2065: '_fstat64' : undeclared identifier
C:\Documents and Settings\Wang001m\Desktop\MQ2\MQ2Main\MQ2DataTypes.cpp(3549) : error C2065: '_gmtime64' : undeclared identifier
C:\Documents and Settings\Wang001m\Desktop\MQ2\MQ2Main\MQ2DataTypes.cpp(3549) : error C2228: left of '.st_ctime' must have class/struct/union type
C:\Documents and Settings\Wang001m\Desktop\MQ2\MQ2Main\MQ2DataTypes.cpp(3549) : error C2440: '=' : cannot convert from 'int' to 'struct tm *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast

Amadeus
The Maestro
The Maestro
Posts: 2036
Joined: Sat Jun 29, 2002 3:51 pm

Post by Amadeus » Thu Oct 14, 2004 11:51 pm