Page 1 of 1

*FIXED*Compile errors on 11/22 zip, vc6

Posted: Mon Nov 22, 2004 7:19 pm
by fantum409
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 ?

Posted: Mon Nov 22, 2004 7:22 pm
by Lax
1) http://www.macroquest2.com/phpBB2/viewt ... highlight=
2) I updated the zip to fix the compile problem for vc6

Posted: Mon Nov 22, 2004 7:38 pm
by fantum409
wow, that was fast. Thanks Lax

Posted: Mon Nov 22, 2004 8:12 pm
by fantum409
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)

Posted: Mon Nov 22, 2004 8:26 pm
by Lax
:evil: <--- vc6

ok. MQ2-20041122b.zip

have fun

Posted: Mon Nov 22, 2004 8:53 pm
by fantum409
Thanks Lax. Full compile no errors this time.
Now to go find a copy of vs.net =)

Re: *FIXED*Compile errors on 11/22 zip, vc6

Posted: Fri Jan 02, 2026 11:57 pm
by xyilla

Re: *FIXED*Compile errors on 11/22 zip, vc6

Posted: Fri Jan 02, 2026 11:58 pm
by xyilla

Re: *FIXED*Compile errors on 11/22 zip, vc6

Posted: Fri Jan 02, 2026 11:59 pm
by xyilla

Re: *FIXED*Compile errors on 11/22 zip, vc6

Posted: Sat Jan 03, 2026 12:02 am
by xyilla

Re: *FIXED*Compile errors on 11/22 zip, vc6

Posted: Sat Jan 03, 2026 12:03 am
by xyilla