Hello All,
I've been trying to get the MQ2Moveutils plugin downloaded from EQ1 Guides working, but I seem to have issues compiling it with VB.NET 2003.
After searching over the forums both here and on non-VIP MQ2, the only thing I found was these errors relate to a eqgame-private.h file.
Do I need this eqgame-private.h file to use this plugin or should it work without?
The error message I am getting is as follow :
MQ2MoveUtils.cpp(421) : error C2065: 'sti' : undeclared identifier
MQ2MoveUtils.cpp(421) : error C2146: syntax error : missing ')' before identifier 'ckHold'
MQ2MoveUtils.cpp(421) : error C2059: syntax error : ')'
MQ2MoveUtils.cpp(632) : error C2065: 'GetChar' : undeclared identifier
MQ2MoveUtils.cpp(632) : error C2146: syntax error : missing ')' before identifier 'Info'
MQ2MoveUtils.cpp(632) : error C2059: syntax error : ')'
Thanks in advace for your help.
I've been trying to get the MQ2Moveutils plugin downloaded from EQ1 Guides working, but I seem to have issues compiling it with VB.NET 2003.
After searching over the forums both here and on non-VIP MQ2, the only thing I found was these errors relate to a eqgame-private.h file.
Do I need this eqgame-private.h file to use this plugin or should it work without?
The error message I am getting is as follow :
MQ2MoveUtils.cpp(421) : error C2065: 'sti' : undeclared identifier
MQ2MoveUtils.cpp(421) : error C2146: syntax error : missing ')' before identifier 'ckHold'
MQ2MoveUtils.cpp(421) : error C2059: syntax error : ')'
MQ2MoveUtils.cpp(632) : error C2065: 'GetChar' : undeclared identifier
MQ2MoveUtils.cpp(632) : error C2146: syntax error : missing ')' before identifier 'Info'
MQ2MoveUtils.cpp(632) : error C2059: syntax error : ')'
Thanks in advace for your help.