Moderator: MacroQuest Developers





MQ was already compiled, I just did a F7, re-compile, after the plugin was created.Take steps 8, 9, 10, and put them at the end. You need MQ compiled before the plugins are compiled.
All I did to mq2dps was add PetCharFnc.cpp to the project before I compiled it. Since I didn't get any errors about the 'i' and 'z' thing I figured it was fine. No errors, just 2 warnings which were said to be ok.Also, did you remember to paste the proper mq2dps code into mq2dps.cpp?
These 2 warnings to be exact.Compiling...
MQ2Dps.cpp
C:\Program Files\MQ00\MQ2Dps0_9_93\MQ2Dps.cpp(105) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\Program Files\MQ00\MQ2Dps0_9_93\MQ2Dps.cpp(112) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
PetCharFnc.cpp
Linking...
Creating library ../Release/MQ2Dps.lib and object ../Release/MQ2Dps.exp
MQ2Dps.dll - 0 error(s), 2 warning(s)