Jump to content

Problem compiling with C++


Auntie Mangos

Recommended Posts

  • 41 years later...

Hello everyone,

after several years of absence, I am trying to build a server again.

Much has changed from the last time (i.e. using GIT).

I am trying to go step by step with temporary's fine guide,

but I am having problems with step 8.

When I compile the \\win solution, C++ 2008 stats: "Build: 9 succeeded, 2 failed, 0 up-to-date, 0 skipped" & "Build Failed"

I guess these are not the "error messages" mentioned in the post, so there must be something wrong.

I hope anyone of you can help me.

Thank you very much.

- DD

After recommendation from the MCP, I present the C++ Compiling Log.

I only posted the last segment. In every previous routine or what ever it is compiling,

there were neither errors nor warnings.

This is the part, where the trouble begins:

8>------ Build started: Project: shared, Configuration: Release Win32 ------

8>Extract revision

8>Compiling...

8>Database.cpp

8>Threading.cpp

8>ServiceWin32.cpp

8>..\\..\\src\\shared\\Database\\Database.cpp(54) : warning C4018: '<=' : signed/unsigned mismatch

8>Common.cpp

8>Sha1.cpp

8>SARC4.cpp

8>md5.c

8>HMACSHA1.cpp

8>BigNumber.cpp

8>AuthCrypt.cpp

8>Config.cpp

8>Util.cpp

8>ProgressBar.cpp

8>Log.cpp

8>DBCFileLoader.cpp

8>SQLStorage.cpp

8>SqlPreparedStatement.cpp

8>SqlOperations.cpp

8>SqlDelayThread.cpp

8>QueryResultMysql.cpp

8>Field.cpp

8>DatabaseMysql.cpp

8>..\\..\\src\\shared\\Database\\DatabaseMysql.cpp(430) : warning C4018: '<' : signed/unsigned mismatch

8>Creating library...

8>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\shared__Win32_Release\\BuildLog.htm"

8>shared - 0 error(s), 2 warning(s)

9>------ Build started: Project: realmd, Configuration: Release Win32 ------

10>------ Build started: Project: game, Configuration: Release Win32 ------

9>Compiling...

10>Compiling...

9>WheatyExceptionReport.cpp

9>RealmList.cpp

10>pchdef.cpp

9>PatchHandler.cpp

9>Main.cpp

9>BufferedSocket.cpp

10>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

10> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

10> Constructor for class 'ObjectGuid' is declared 'explicit'

9>AuthSocket.cpp

10>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\game__Win32_Release\\BuildLog.htm"

10>game - 1 error(s), 0 warning(s)

9>Compiling resources...

9>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1

9>Copyright © Microsoft Corporation. All rights reserved.

9>Linking...

9> Creating library ..\\..\\bin\\Win32_Release\\realmd.lib and object ..\\..\\bin\\Win32_Release\\realmd.exp

9>Embedding manifest...

9>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\realmd__Win32_Release\\BuildLog.htm"

9>realmd - 0 error(s), 0 warning(s)

11>------ Build started: Project: mangosd, Configuration: Release Win32 ------

11>Compiling...

11>WorldRunnable.cpp

11>WheatyExceptionReport.cpp

11>stdsoap2.cpp

11>soapServer.cpp

11>soapC.cpp

11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

11> Constructor for class 'ObjectGuid' is declared 'explicit'

11>RASocket.cpp

11>Master.cpp

11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

11> Constructor for class 'ObjectGuid' is declared 'explicit'

11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

11> Constructor for class 'ObjectGuid' is declared 'explicit'

11>MaNGOSsoap.cpp

11>Main.cpp

11>CliRunnable.cpp

11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

11> Constructor for class 'ObjectGuid' is declared 'explicit'

11>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\mangosd__Win32_Release\\BuildLog.htm"

11>mangosd - 4 error(s), 0 warning(s)

========== Build: 9 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

Link to comment
Share on other sites

Thanks. It really seems to be the same problem.

Sadly, the patch Vladimir posted at the end has already been removed again.

I must admit, I am not really strong in C++, so knowing the problem doesn't entitle me to also fix it by myself.

It seems, that these "explicit" stuff is the reason but now what?

Link to comment
Share on other sites

Great!

Now compiling ScriptDev2 fails BIG TIME:

1>------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------
1>Extracting revision
1>Compiling...
1>precompiled.cpp
1>Compiling...
1>ScriptMgr.cpp
1>system.cpp
1>..\\system\\system.cpp(62) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(62) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(62) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(67) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(67) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>..\\system\\system.cpp(106) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(106) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(106) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(107) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(107) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>..\\system\\system.cpp(124) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(124) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(124) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(129) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(129) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>..\\system\\system.cpp(168) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(168) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(168) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(169) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(169) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>..\\system\\system.cpp(202) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(202) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(202) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(207) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(207) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>..\\system\\system.cpp(241) : error C2065: 'barGoLink' : undeclared identifier
1>..\\system\\system.cpp(241) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\system\\system.cpp(241) : error C3861: 'bar': identifier not found
1>..\\system\\system.cpp(242) : error C2065: 'bar' : undeclared identifier
1>..\\system\\system.cpp(242) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>ScriptLoader.cpp
1>sc_instance.cpp
1>..\\ScriptMgr.cpp(103) : error C2065: 'barGoLink' : undeclared identifier
1>..\\include\\sc_instance.cpp(13) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\ScriptMgr.cpp(103) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\\include\\sc_instance.cpp(29) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\ScriptMgr.cpp(103) : error C3861: 'bar': identifier not found
1>..\\ScriptMgr.cpp(104) : error C2065: 'bar' : undeclared identifier
1>..\\ScriptMgr.cpp(104) : error C2228: left of '.step' must have class/struct/union
1>        type is ''unknown-type''
1>sc_grid_searchers.cpp
1>sc_creature.cpp
1>spell_scripts.cpp
1>..\\scripts\\world\\spell_scripts.cpp(303) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>npcs_special.cpp
1>c:\\Spiele\\MaNGOS\\src\\bindings\\ScriptDev2\\base\\escort_ai.h(82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(149) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(161) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\include\\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\include\\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(566) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(624) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(645) : error C2039: 'GetGUID' : is not a member of 'Player'
1>        c:\\spiele\\mangos\\src\\game\\Player.h(1034) : see declaration of 'Player'
1>..\\scripts\\world\\npcs_special.cpp(670) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(696) : error C2039: 'GetGUID' : is not a member of 'Player'
1>        c:\\spiele\\mangos\\src\\game\\Player.h(1034) : see declaration of 'Player'
1>..\\scripts\\world\\npcs_special.cpp(709) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'unsigned __int64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(767) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(773) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(890) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(907) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(924) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(941) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(958) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\npcs_special.cpp(969) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(984) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\npcs_special.cpp(1082) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1092) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1099) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1103) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1128) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>npc_professions.cpp
1>..\\scripts\\world\\npcs_special.cpp(1134) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1168) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1176) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1189) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1203) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1208) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1213) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1218) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1223) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1228) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1233) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1238) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1243) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1248) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1257) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1265) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1277) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1288) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1290) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1304) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1308) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1331) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1341) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1345) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1360) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1366) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1372) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1378) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1384) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1388) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1392) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1560) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1563) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1573) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npcs_special.cpp(1674) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(356) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(392) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(401) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(404) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(475) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(480) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(485) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(501) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(506) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(511) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(543) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(600) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(609) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(612) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>mob_generic_creature.cpp
1>..\\scripts\\world\\npc_professions.cpp(636) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(740) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(745) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(750) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(769) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(775) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(780) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(785) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(915) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(953) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(983) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(992) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(995) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1054) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1060) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1066) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1097) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1133) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1142) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1145) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1231) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1236) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1241) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1257) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1262) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\world\\npc_professions.cpp(1267) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>item_scripts.cpp
1>guards.cpp
1>..\\scripts\\world\\guards.cpp(145) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\guards.cpp(166) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>..\\scripts\\world\\guards.cpp(214) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1>        Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\\scripts\\world\\guards.cpp(235) : error C2039: 'GetGUID' : is not a member of 'Unit'
1>        c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit'
1>go_scripts.cpp
1>..\\scripts\\world\\go_scripts.cpp(79) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>..\\scripts\\world\\go_scripts.cpp(80) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>..\\scripts\\world\\go_scripts.cpp(93) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>..\\scripts\\world\\go_scripts.cpp(94) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>..\\scripts\\world\\go_scripts.cpp(107) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>..\\scripts\\world\\go_scripts.cpp(108) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1>        c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject'
1>boss_ysondre.cpp
1>boss_taerar.cpp
1>boss_lethon.cpp
1>boss_emeriss.cpp
1>areatrigger_scripts.cpp
1>instance_mechanar.cpp
1>boss_pathaleon_the_calculator.cpp
1>boss_nethermancer_sepethrea.cpp
1>boss_gatewatcher_ironhand.cpp
1>the_eye.cpp
1>instance_the_eye.cpp
1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(75) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(76) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'
1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(77) : error C2039: 'GetGUID' : is not a member of 'Creature'
1>        c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature'

I snipped here because what's following are about 4000 lines of errors.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use