28.12.2017, 20:11
I've been recompiling my script .pwn wrong the whole time.
I open the .pwn directly without opening the pawno.exe first and when I recompile, it says success.
So when I tried opening pawno.exe first then open the .pwn file script then recompile, the error shows up.
I open the .pwn directly without opening the pawno.exe first and when I recompile, it says success.
So when I tried opening pawno.exe first then open the .pwn file script then recompile, the error shows up.
Код:
./includes/timers.pwn(153) : error 017: undefined symbol "mysql_function_query" ./includes/timers.pwn(164) : error 017: undefined symbol "mysql_function_query" ./includes/timers.pwn(2239) : error 017: undefined symbol "mysql_function_query" ./includes/timers.pwn(2243) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(3825) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(3829) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(3857) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(4062) : error 017: undefined symbol "cache_get_data" ./includes/functions.pwn(4063) : error 017: undefined symbol "cache_get_field_content" ./includes/functions.pwn(4058) : warning 203: symbol is never used: "iRows" ./includes/functions.pwn(4057) : warning 203: symbol is never used: "iFields" ./includes/functions.pwn(7376) : error 017: undefined symbol "cache_get_data" ./includes/functions.pwn(7375) : warning 203: symbol is never used: "fields" ./includes/functions.pwn(12000) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(12025) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(12221) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(12246) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(13674) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(16717) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(16833) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(17968) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(18959) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(19254) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(19271) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(21012) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(21008) : warning 203: symbol is never used: "playerid" ./includes/functions.pwn(21190) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(21771) : error 017: undefined symbol "mysql_function_query" ./includes/functions.pwn(21767) : warning 203: symbol is never used: "playerid" ./includes/functions.pwn(21778) : error 017: undefined symbol "cache_get_data" ./includes/functions.pwn(21777) : warning 203: symbol is never used: "fields" ./includes/functions.pwn(25065) : error 017: undefined symbol "mysql_function_query" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.