15peaces / 15-3athena

15-3athena is another pre-renewal 3rd class eAthena modification. It comes basically as a remake and extension of 3ceam. So most of contents and their copyrights go to 3ceam-devs.
GNU General Public License v3.0
12 stars 12 forks source link

last rev error compile #12

Open cold-hr opened 7 years ago

cold-hr commented 7 years ago

3>..\src\map\itemdb.c(846): error C2065: 'SQL_ERROR' : undeclared identifier 3> log.c 3>..\src\map\itemdb.c(846): warning C4013: 'Sql_Query' undefined; assuming extern returning int 3>..\src\map\itemdb.c(846): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(846): error C2065: 'db_roulette_table' : undeclared identifier 3>..\src\map\itemdb.c(847): warning C4013: 'Sql_ShowDebug' undefined; assuming extern returning int 3>..\src\map\itemdb.c(847): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(857): error C2065: 'SQL_SUCCESS' : undeclared identifier 3>..\src\map\itemdb.c(857): warning C4013: 'Sql_NextRow' undefined; assuming extern returning int 3>..\src\map\itemdb.c(857): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(862): warning C4013: 'Sql_GetData' undefined; assuming extern returning int 3>..\src\map\itemdb.c(862): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(863): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(864): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(865): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(894): warning C4013: 'Sql_FreeResult' undefined; assuming extern returning int 3>..\src\map\itemdb.c(894): error C2065: 'mmysql_handle' : undeclared identifier 3>..\src\map\itemdb.c(926): error C2065: 'db_roulette_table' : undeclared identifier

15peaces commented 7 years ago

more infos would be helpfull... how did you compile? using VS (Debug or Release mode) or using another compiler? SQL-Mode or TXT-Mode? I had no problems while testing. Also, are there some source-mods you've made?