miroshinomori 0 Postado Dezembro 3, 2011 Share Postado Dezembro 3, 2011 estou tentando adciona uma nova raça para o servidor no monsters cpp se que quando vou copilar da esse erro 983 C:\Documents and Settings\Particular\Desktop\servidor\Server Sources 5.0\monsters.cpp `RACE_DARK' was not declared in this scope C:\Documents and Settings\Particular\Desktop\servidor\Server Sources 5.0\dev-cpp\Makefile.win [build Error] [obj//monsters.o] Error 1 alguem pode me ajudar ? Link para o comentário Compartilhar em outros sites More sharing options...
fredpadua 65 Postado Dezembro 3, 2011 Share Postado Dezembro 3, 2011 Troko a distro do sv? Link para o comentário Compartilhar em outros sites More sharing options...
miroshinomori 0 Postado Dezembro 3, 2011 Autor Share Postado Dezembro 3, 2011 não troquei a distro so fiz adciona assim else if(tmpStrValue == "rock" || atoi(strValue.c_str()) == 16) mType->race = RACE_ROCK; else if(tmpStrValue == "ice" || atoi(strValue.c_str()) == 17) mType->race = RACE_ICE; else if(tmpStrValue == "Stell" || atoi(strValue.c_str()) == 18) mType->race = RACE_Stell; else if(tmpStrValue == "dark" || atoi(strValue.c_str()) == 19) mType->race = RACE_DARK; else if(tmpStrValue == "dragon" || atoi(strValue.c_str()) == 20) mType->race = RACE_DRAGON; else if(tmpStrValue == "ghost" || atoi(strValue.c_str()) == 21) mType->race = RACE_GHOST; assim fuciona e consigo copilar else if(tmpStrValue == "rock" || atoi(strValue.c_str()) == 16) mType->race = RACE_ROCK; else if(tmpStrValue == "ice" || atoi(strValue.c_str()) == 17) mType->race = RACE_ICE; else if(tmpStrValue == "bug" || atoi(strValue.c_str()) == 18) mType->race = RACE_BUG; else if(tmpStrValue == "dragon" || atoi(strValue.c_str()) == 19) mType->race = RACE_DRAGON; else if(tmpStrValue == "ghost" || atoi(strValue.c_str()) == 20) mType->race = RACE_GHOST; so fiz adciona uma nova raça steel e dark que não tinha no servidor esse erro acontece quando tento copilar não intendo quase nada de c++ pelo que tava pesquisando parece que ocorre esse erro pq to tentando copilar no windowns Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados