this has some errors with arc rev: 3226
Code:
18>c:\users\mec\desktop\arcemu\src\arcemu-world\../arcemu-shared/Common.h(271) : error C2371: 'TCHAR' : redefinition; different basic types
18> C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(368) : see declaration of 'TCHAR'
18>c:\users\mec\desktop\arcemu\src\arcemu-world\../arcemu-shared/NGLog.h(330) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char *' to 'LPCWSTR'
18> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
18>..\src\VoteSystem\GossipVote.cpp(11) : warning C4018: '<' : signed/unsigned mismatch
18>..\src\VoteSystem\GossipVote.cpp(13) : warning C4018: '<' : signed/unsigned mismatch
18>..\src\VoteSystem\GossipVote.cpp(32) : warning C4018: '<' : signed/unsigned mismatch
18>..\src\VoteSystem\GossipVote.cpp(64) : warning C4018: '<' : signed/unsigned mismatch
18>..\src\VoteSystem\GossipVote.cpp(90) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
18>..\src\VoteSystem\GossipVote.cpp(91) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
18>Build log was saved at "file://c:\Users\Mec\Desktop\arcemu\src\scripts\projects\2008_int_release_VoteSystem\BuildLog.htm"
18>VoteSystem - 8 error(s), 8 warning(s)