Getting an error when I try to add the MQ2Exchange plugin.
I've successfully installed the mq2bagwindow plugin, logged in with it, (add the xml) and reloaded the UI.
When I then try to compile mq2exchange (after adding the moveitem.h file into root directory) I get this.
Compiling...
MQ2Exchange.cpp
EQLIB_IMPORTS
.\MQ2Exchange.cpp(38) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(55) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(55) : error C2227: left of '->Size' must point to class/struct/union/generic type
.\MQ2Exchange.cpp(55) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(55) : error C2227: left of '->SizeCapacity' must point to class/struct/union/generic type
.\MQ2Exchange.cpp(57) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(57) : error C2227: left of '->Name' must point to class/struct/union/generic type
.\MQ2Exchange.cpp(57) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(57) : error C2227: left of '->Name' must point to class/struct/union/generic type
.\MQ2Exchange.cpp(80) : error C2039: 'Item' : is not a member of 'EQData::_CONTENTS'
c:\users\k\desktop\mq2\mq2main\EQData.h(612) : see declaration of 'EQData::_CONTENTS'
.\MQ2Exchange.cpp(80) : error C2227: left of '->Name' must point to class/struct/union/generic type
Any idea what I'm doing incorrectly?


