Here's what I did;
1. Installed VS6.0 and WinCVS1.2, downloaded source through CVS and tried to compile it with nmake.exe in DOS command prompt. It worked and i ran the .exe, but it seemed like an outdated source so wouldn't run with currunt version of EQ.
2. I noticed that .zip version is more up to date than CVS version(maybe they are all the same ATM) so I installed full version of painful VS.NET(VS7.0 included) and tried to compile it. And i got all the errors like these(tried on both MacroQuest.sln and EQLib.vcproj).
Code: Select all
Compiling...
stdafx.cpp
EQLib_Utilities.cpp
EQLib_UserVars.cpp
EQLib_UserVars.cpp(291) : error C2001: newline in constant
EQLib_UserVars.cpp(292) : warning C4305: '=' : truncation from 'int' to 'CHAR'
EQLib_UserVars.cpp(292) : warning C4309: '=' : truncation of constant value
EQLib_UserVars.cpp(292) : error C2143: syntax error : missing ';' before '}'
EQLib_TelnetServer.cpp
EQLib_Mouse.cpp
EQLib_MemChecks.cpp
EQLib_Main.cpp
EQLib_MacroParser.cpp
EQLib_MacroParser.cpp(238) : error C2001: newline in constant
EQLib_MacroParser.cpp(239) : warning C4305: '=' : truncation from 'int' to 'CHAR'
EQLib_MacroParser.cpp(239) : warning C4309: '=' : truncation of constant value
EQLib_MacroParser.cpp(239) : error C2146: syntax error : missing ';' before identifier 'j'
EQLib_MacroParser.cpp(266) : error C2001: newline in constant
EQLib_MacroParser.cpp(267) : warning C4305: '=' : truncation from 'int' to 'CHAR'
EQLib_MacroParser.cpp(267) : warning C4309: '=' : truncation of constant value
EQLib_MacroParser.cpp(267) : error C2146: syntax error : missing ';' before identifier 'j'
EQLib_MacroParser.cpp(319) : error C2015: too many characters in constant
EQLib_MacroParser.cpp(319) : error C2018: unknown character '0x40'; unicode identifiers are not supported
EQLib_MacroParser.cpp(319) : error C2001: newline in constant
EQLib_MacroParser.cpp(319) : error C2143: syntax error : missing ')' before 'constant'
EQLib_MacroParser.cpp(320) : error C2143: syntax error : missing ';' before '}'
EQLib_MacroCommands.cpp
EQLib_Interp.cpp
EQLib_Hooks.cpp
EQLib_Commands.cpp
I know I'm a total noob in this field of programming, but I trying really hard. Please help me out.

