Habe leider nicht mehr Erinnerung was ich am Server gemacht habe da es etwas länger her ist...
wollte Compilern und dann kommt der Fehler -
Code
- compile gm.cpp
- compile guild.cpp
- compile guild_manager.cpp
- compile guild_war.cpp
- compile horse_rider.cpp
- compile horsename_manager.cpp
- compile input.cpp
- compile input_auth.cpp
- input_auth.cpp:118:22: error: use of undeclared identifier 'szLogin'; did you
- mean 'login'?
- if (strcmp(row[0], szLogin) == 0) {
- ^~~~~~~
- login
- input_auth.cpp:106:7: note: 'login' declared here
- char login[LOGIN_MAX_LEN + 1];
- ^
- input_auth.cpp:168:7: error: redefinition of 'szQuery'
- char szQuery[1024];
- ^
- input_auth.cpp:113:7: note: previous definition is here
- char szQuery[1024];
- ^
- input_auth.cpp:169:24: error: redefinition of 'pMsg'
- std::auto_ptr<SQLMsg> pMsg(DBManager::instance().DirectQuery("SE...
- ^
- input_auth.cpp:114:24: note: previous definition is here
- std::auto_ptr<SQLMsg> pMsg(DBManager::instance().DirectQuery("SE...
- ^
- input_auth.cpp:170:12: error: redefinition of 'row'
- MYSQL_ROW row = NULL;
- ^
- input_auth.cpp:115:12: note: previous definition is here
- MYSQL_ROW row = NULL;
- ^
- 4 errors generated.
- gmake: *** [Makefile:96: .obj/input_auth.o] Error 1
- Game und DB wurden compiled
hoffe das jemand mir weiter helfen kann.