MySQL problem.
#1

I have installed mysql correctly, i know i have.

Anytime it try to compile my script, which requires mysql, i get a lot of errors. I have
pawn Код:
#include <mysql>
at the top of my script. I even tried
pawn Код:
#include <a_mysql>
and no luck.

These are my errors:
Код:
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(307) : error 017: undefined symbol "mysql_debug"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(320) : error 017: undefined symbol "mysql_function_query"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(688) : error 017: undefined symbol "mysql_format"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(689) : error 017: undefined symbol "mysql_function_query"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(708) : error 017: undefined symbol "cache_get_data"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(716) : error 017: undefined symbol "mysql_function_query"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(737) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(738) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(739) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(740) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(741) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(742) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(743) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(744) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(745) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(746) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(747) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(748) : error 017: undefined symbol "cache_get_field_content"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(707) : warning 203: symbol is never used: "fields"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(813) : error 017: undefined symbol "mysql_function_query"
C:\Users\tommy\Desktop\BillionareGaming\filterscripts\SPAO_0.3E.pwn(308) : warning 204: symbol is assigned a value that is never used: "gConnectionhandle"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


19 Errors.
Reply
#2

Your probably installing R6 or below cause cache_get_field_content is a R7+ function
Reply
#3

Yep, that's it. I didn't read the full tutorial, compiles fine now... thanks =]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)