MQ2MoveUtils not compiling correctly.

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

Sandypants
decaying skeleton
decaying skeleton
Posts: 8
Joined: Fri Dec 16, 2011 12:23 am

MQ2MoveUtils not compiling correctly.

Post by Sandypants » Sat May 18, 2013 3:07 pm

Hey there, I recently compiled the latest MQ2 files, but when I attempted to add the latest MQ2MoveUtils plugin, there seems to be a variable that is not defined anywhere.
On line 2084 of the code,
Show=1;
Show is an undeclared identifier.
I'm guessing there may be additional dependencies that I'm not aware of.

Any help/ideas?

Sandypants
decaying skeleton
decaying skeleton
Posts: 8
Joined: Fri Dec 16, 2011 12:23 am

Re: MQ2MoveUtils not compiling correctly.

Post by Sandypants » Sat May 18, 2013 4:33 pm

Turns out Show should be dShow.

dewey2461
Contributing Member
Contributing Member
Posts: 1759
Joined: Sun Apr 17, 2005 1:53 am

Re: MQ2MoveUtils not compiling correctly.

Post by dewey2461 » Sat May 18, 2013 5:54 pm

if you have to change Show to dShow you have found some very old code. That change was made about 2 yrs ago.