Ok I got VC++ 6 , and managed to get it halfway working, just wondering if anyone knows what would be causing this..
--------------------Configuration: Zone - Win32 Win9x--------------------
Compiling...
Command line warning D4002 : ignoring unknown option '/Ob2'
attack.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
client.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
client_process.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
ClientList.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
entity.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
faction.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
groups.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
hate_list.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
loottables.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
mob.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
net.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
npc.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
C:\EQEmu\eqemu-0.3.1.1-source\Zone\npc.cpp(475) : error C2143: syntax error : missing ';' before 'if'
C:\EQEmu\eqemu-0.3.1.1-source\Zone\npc.cpp(477) : error C2143: syntax error : missing ';' before '{'
C:\EQEmu\eqemu-0.3.1.1-source\Zone\npc.cpp(477) : error C2447: missing function header (old-style formal list?)
NpcAI.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
Object.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
petitions.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
PlayerCorpse.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
Quest.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
spawn2.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
spells.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
WesQuests.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
worldserver.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
zone.cpp
C:\EQEmu\eqemu-0.3.1.1-source\Zone\../common/eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
database.cpp
C:\EQEmu\eqemu-0.3.1.1-source\common\eq_packet_structs.h(11) : note C6311: unknown(0) : see previous definition of 'INVERSEXY'
packet_functions.cpp
C:\EQEmu\eqemu-0.3.1.1-source\common\packet_functions.cpp(5) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '\EQEmu\eqemu-0.3.1.1-source\Build\Zone\9x\packet_functions.sbr': No such file or directory
Error executing bscmake.exe.
Zone9x.exe - 5 error(s), 1 warning(s)
Thx in advance for any help=)
|