Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.
Moderator: MacroQuest Developers
-
fantum409
- a ghoul

- Posts: 141
- Joined: Fri Nov 14, 2003 10:03 pm
Post
by fantum409 » Mon Nov 22, 2004 7:19 pm
Compilng with VC6, I get the following errors on the latest zip (11/22/04 @ 15:16:42)
Code: Select all
--------------------Configuration: MQ2Main - Win32 Release--------------------
Compiling...
EQClasses.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Auth.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Benchmarks.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2ChatHook.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2CleanUI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2CommandAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Commands.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Data.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2DataAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2DataTypes.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2DataVars.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2DetourAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2DInput.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Globals.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2KeyBinds.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2MacroCommands.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Main.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Mouse.cpp
EQLIB_EXPORTS
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2ParseAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2PluginHandler.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Pulse.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Spawns.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Utilities.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
MQ2Windows.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(163) : error C2065: '__noop' : undeclared identifier
Error executing cl.exe.
MQ2Main.dll - 24 error(s), 0 warning(s)
hopefully I'm doing something stupid, but never had problems compiling before...
Maybe its time to upgrade to vs.net ?
Last edited by
fantum409 on Mon Nov 22, 2004 10:27 pm, edited 1 time in total.
-
fantum409
- a ghoul

- Posts: 141
- Joined: Fri Nov 14, 2003 10:03 pm
Post
by fantum409 » Mon Nov 22, 2004 7:38 pm
wow, that was fast. Thanks Lax
-
fantum409
- a ghoul

- Posts: 141
- Joined: Fri Nov 14, 2003 10:03 pm
Post
by fantum409 » Mon Nov 22, 2004 8:12 pm
Well, it gets a little further, but still no uild with vc6. The following errors result from 11/22/04 @ 19:11:32 zipfile:
Code: Select all
--------------------Configuration: MQ2Main - Win32 Release--------------------
Compiling...
EQClasses.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Auth.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Benchmarks.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2ChatHook.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2CleanUI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2CommandAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Commands.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Data.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2DataAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2DataTypes.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2DataVars.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2DetourAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2DInput.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Globals.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2KeyBinds.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2MacroCommands.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Main.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Mouse.cpp
EQLIB_EXPORTS
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2ParseAPI.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2PluginHandler.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Pulse.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Spawns.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Utilities.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
MQ2Windows.cpp
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(864) : error C2362: initialization of 'pEventNode' is skipped by 'goto queueeventscleanup'
c:\tempbuild\mq2build\MQ2Main\..\Blech\Blech.h(856) : see declaration of 'pEventNode'
Error executing cl.exe.
MQ2Main.dll - 24 error(s), 0 warning(s)
-
Lax
- We're not worthy!

- Posts: 3524
- Joined: Thu Oct 17, 2002 1:01 pm
- Location: ISBoxer
-
Contact:
Post
by Lax » Mon Nov 22, 2004 8:26 pm

<--- vc6
ok. MQ2-20041122b.zip
have fun
-
fantum409
- a ghoul

- Posts: 141
- Joined: Fri Nov 14, 2003 10:03 pm
Post
by fantum409 » Mon Nov 22, 2004 8:53 pm
Thanks Lax. Full compile no errors this time.
Now to go find a copy of vs.net =)