Hello guys. First of all I have to thank you guys for a job well done. I'm really happy with MQ2, and I've learned alot about various features from your boards, so thanks.
Now I'm having a couple of compile errors that I can't seem to rectify, can you please help?
I'm using .NET as my compiler.
I always use the same folder for each compile but I delete all the old files (I archive them first) and unzip the latest code into the same location. That way I don't have to keep updating my shortcuts.
After doing that, I ran MQAuth.exe to create the MQAuth0.h file within the MQMain project folder.
Usually I'm fine and dandy from after that, I compile and eureka, I'm off .
However today I received the following compile error:
------ Build started: Project: MQ2Ext, Configuration: Release Win32 ------
Compiling...
exts2.cpp
exts2.cpp(57) : error C2039: 'Unknown0x00a8' : is not a member of 'EQData::_CHARINFO'
d:\MyStuff\Projects\MQ2\MQ2Ext\../MQ2Main\EQData.h(406) : see declaration of 'EQData::_CHARINFO'
exts2.cpp(57) : error C2039: 'Unknown0x00a8' : is not a member of 'EQData::_CHARINFO'
d:\MyStuff\Projects\MQ2\MQ2Ext\../MQ2Main\EQData.h(406) : see declaration of 'EQData::_CHARINFO'
Build log was saved at "file://d:\Paul's Stuff\Projects\Mq2\MQ2Ext\Release\BuildLog.htm"
MQ2Ext - 2 error(s), 0 warning(s)
I've checked and sure enough Unknown0x00a8 isn't a member of EQDatat::_CHARINFO. Any suggestions?
Thanks in advanced.
EDIT:
DOH, okay, I'm a DA. I really should have used search first. Sorry for the post. I found the problem. Didn't think about checking the MQ2Bug forum. :)
