I'm really keen to get version 4.99 because of the changes to "Note" note interrupting a current line sent from the mud and ruining triggers (this affects me a lot).
Been waiting for months but still find it not listed pre-compiled at;
http://www.gammon.com.au/files/mushclient/?M=D
(only 4.98 is available there)
So I downloaded all the source, followed the guide on github (downloading and modifying all the extra files), loaded it in Visual Studio 2010, set the build-mode to "release-win32" and tried to build. I only get two errors both from the same file;
scripting\lua_utils.cpp(1995): error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 2 from 'WORD *' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
scripting\lua_utils.cpp(1995): error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 1 from 'LPWORD' to 'HDC'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
They are the only actual errors generated so I feel close to being able to compile it myself, but I can't figure out what's wrong with lua_utils.cpp (or what options I have failed to set in the project properties - it is set to "Multibye").
Any help (or if anybody has the 4.99 compiled ready to run somewhere?) would be much appreciated!
Sorry for being such a newbie, just excited about the 4.99 version :)
Been waiting for months but still find it not listed pre-compiled at;
http://www.gammon.com.au/files/mushclient/?M=D
(only 4.98 is available there)
So I downloaded all the source, followed the guide on github (downloading and modifying all the extra files), loaded it in Visual Studio 2010, set the build-mode to "release-win32" and tried to build. I only get two errors both from the same file;
scripting\lua_utils.cpp(1995): error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 2 from 'WORD *' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
scripting\lua_utils.cpp(1995): error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 1 from 'LPWORD' to 'HDC'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
They are the only actual errors generated so I feel close to being able to compile it myself, but I can't figure out what's wrong with lua_utils.cpp (or what options I have failed to set in the project properties - it is set to "Multibye").
Any help (or if anybody has the 4.99 compiled ready to run somewhere?) would be much appreciated!
Sorry for being such a newbie, just excited about the 4.99 version :)