After downloading the source I have noticed the following,
There are many .dsw files. When I try to load them VC6 asks for a .dsp file too. ???
If I try to create a project for world and zone I get the following error when trying to comple. I have not touched the code at all.
--------------------Configuration: EMuShareMem - Win32 Debug--------------------
Compiling...
DLLMain.cpp
Doors.cpp
Items.cpp
Loot.cpp
MMF.cpp
NPCFactionLists.cpp
NPCTypes.cpp
Spells.cpp
EMuShareMem.cpp
timer.cpp
Linking...
Creating library ../Build/EMuShareMem.lib and object ../Build/EMuShareMem.exp
EMuShareMem.dll - 0 error(s), 0 warning(s)
--------------------Configuration: World - Win32 Debug--------------------
Compiling...
client.cpp
console.cpp
LoginServer.cpp
net.cpp
c:\source\world\net.cpp(316) : error C2065: '_beginthread' : undeclared identifier
zoneserver.cpp
Error executing cl.exe.
World.exe - 1 error(s), 0 warning(s)
--------------------Configuration: Zone - Win32 Debug--------------------
Compiling...
attack.cpp
client.cpp
client_process.cpp
doors.cpp
entity.cpp
faction.cpp
forage.cpp
groups.cpp
hate_list.cpp
import_raw_items.cpp
c:\source\common\mysql_com.h(11

: error C2146: syntax error : missing ';' before identifier 'fd'
c:\source\common\mysql_com.h(11

: error C2501: 'SOCKET' : missing storage-class or type specifiers
c:\source\common\mysql_com.h(11

: error C2501: 'fd' : missing storage-class or type specifiers
c:\source\zone\import_raw_items.cpp(50) : error C2039: 'unknown0144' : is not a member of 'Item_Struct'
c:\source\common\eq_packet_structs.h(975) : see declaration of 'Item_Struct'
c:\source\zone\import_raw_items.cpp(50) : error C2039: 'unknown0144' : is not a member of 'Item_Struct'
c:\source\common\eq_packet_structs.h(975) : see declaration of 'Item_Struct'
loottables.cpp
Map.cpp
mob.cpp
MobAI.cpp
net.cpp
npc.cpp
Object.cpp
parser.cpp
petitions.cpp
PlayerCorpse.cpp
spawn2.cpp
spawngroup.cpp
spells.cpp
WesQuests.cpp
worldserver.cpp
zone.cpp
zonedbasync.cpp
Error executing cl.exe.
Zone.exe - 5 error(s), 0 warning(s)
Please help!