Ty for trying to help. I still get the 3 errors it is most definately something i am doing wrong. It worked for others so i am sure it is a great fix for now. Chathandler remains to be my main problem.
ChatHandler.cpp
..\\..\\src\\game\\ChatHandler.cpp(41) : error C2059: syntax error : '<<'
..\\..\\src\\game\\ChatHandler.cpp(41) : error C2143: syntax error : missing ';' before '/'
..\\..\\src\\game\\ChatHandler.cpp(41) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\\..\\src\\game\\ChatHandler.cpp(43) : error C2143: syntax error : missing ';' before '{'
..\\..\\src\\game\\ChatHandler.cpp(43) : error C2447: '{' : missing function header (old-style formal list?)
..\\..\\src\\game\\ChatHandler.cpp(63) : error C2059: syntax error : '=='
..\\..\\src\\game\\ChatHandler.cpp(65) : error C2059: syntax error : 'bad suffix on number'
..\\..\\src\\game\\ChatHandler.cpp(65) : error C2143: syntax error : missing ';' before '/'
..\\..\\src\\game\\ChatHandler.cpp(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\\..\\src\\game\\ChatHandler.cpp(65) : error C2086: 'int src' : redefinition
..\\..\\src\\game\\ChatHandler.cpp(41) : see declaration of 'src'
..\\..\\src\\game\\ChatHandler.cpp(68) : error C2143: syntax error : missing ';' before '{'
..\\..\\src\\game\\ChatHandler.cpp(68) : error C2447: '{' : missing function header (old-style formal list?)
Chat.cpp
CharacterHandler.cpp
ChannelMgr.cpp
ChannelHandler.cpp
Channel.cpp
CalendarHandler.cpp
BattleGroundWS.cpp
BattleGroundSA.cpp
BattleGroundRV.cpp
BattleGroundRL.cpp
BattleGroundNA.cpp
BattleGroundMgr.cpp
BattleGroundHandler.cpp
Generating Code...
Compiling...
BattleGroundEY.cpp
BattleGroundDS.cpp
BattleGroundBE.cpp
BattleGroundAV.cpp
BattleGroundAB.cpp
BattleGroundAA.cpp
BattleGround.cpp
AuctionHouseHandler.cpp
ArenaTeamHandler.cpp
AchievementMgr.cpp
Generating Code...
Build log was saved at "file://c:\\Documents and Settings\\Kristie Meyerhoffer\\Desktop\\Mangos,SD2,Acid Source\\Mangos\\win\\VC90\\game__Win32_Release\\BuildLog.htm"
game - 12 error(s), 0 warning(s)
------ Build started: Project: mangosd, Configuration: Release Win32 ------
Compiling...
WorldRunnable.cpp
WheatyExceptionReport.cpp
RASocket.cpp
Master.cpp
Main.cpp
CliRunnable.cpp
Generating Code...
Compiling resources...
Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
Copyright © Microsoft Corporation. All rights reserved.
Linking...
LINK : fatal error LNK1181: cannot open input file '.\\game__win32_release\\game.lib'
Build log was saved at "file://c:\\Documents and Settings\\Kristie Meyerhoffer\\Desktop\\Mangos,SD2,Acid Source\\Mangos\\win\\VC90\\mangosd__Win32_Release\\BuildLog.htm"
mangosd - 1 error(s), 0 warning(s)
------ Build started: Project: script, Configuration: Release Win32 ------
Compiling...
sc_default.cpp
system.cpp
ScriptMgr.cpp
Generating Code...
Linking...
LINK : fatal error LNK1181: cannot open input file 'mangosd.lib'
Build log was saved at "file://c:\\Documents and Settings\\Kristie Meyerhoffer\\Desktop\\Mangos,SD2,Acid Source\\Mangos\\win\\VC90\\script__Win32_Release\\BuildLog.htm"
script - 1 error(s), 0 warning(s)
========== Build: 8 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========