Post
by logicallyrogue » Tue Jul 05, 2005 10:35 pm
Just wondering if anyone has run into this at all... I've uncompressed the MQ source, compiled MQ with no problems - but when it comes to compiling the ISXEQ source, I get a bunch of errors...
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(149) : error C2065: 'INIFileName' : undeclared identifier
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(354) : error C3861: 'GetArg': identifier not found, even with argument-dependent lookup
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(355) : error C3861: 'GetArg': identifier not found, even with argument-dependent lookup
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(356) : error C3861: 'GetArg': identifier not found, even with argument-dependent lookup
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(360) : error C3861: 'GetArg': identifier not found, even with argument-dependent lookup
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(378) : error C3861: 'INIFileName': identifier not found, even with argument-dependent lookup
c:\MQ2\MQ2ItemDisplay\MQ2ItemDisplay.cpp(385) : error C3861: 'INIFileName': identifier not found, even with argument-dependent lookup
ISXEQItemDisplay.cpp(17) : error C2040: 'INIFileName' : 'char [260]' differs in levels of indirection from ''unknown-type''
ISXEQItemDisplay.cpp(17) : error C3861: 'INIFileName': identifier not found, even with argument-dependent lookup
I guess the main questions are: a) Am I a moron and I've missed something obvious? b) Is there a problems with the 2005-07-05 ISXEQ code?
Thanks for any pointers!