Problem with the PAWN compiler
#1

Hi.
The PAWN compiler often complains that specific things are not defined or do not exist, but they are in one of the includes. Moving the content to the gamemode doesn't help, either! Why is that, and what is wrong?
Reply
#2

Show Error :
Reply
#3

I'm getting a different error every time I'm trying to do something!
But meh, here's the error I'm getting now:
Код:
<le path>\pawno\include\C-MySQL.inc(106) : error 017: undefined symbol "mysql_query"
Line 106 is in CMySQL_Exists. mysql_query is defined, as I have a_mysql included.
Reply
#4

You are not including a_mysql .

You are including C-MySQL not a_mysql.....
pawn Код:
#include <a_mysql>
Reply
#5

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
You are not including a_mysql .

You are including C-MySQL not a_mysql.....
pawn Код:
#include <a_mysql>
I said that I have a_mysql included as well. Please re-read my post; I hate it when people are like that.
Reply
#6

Include a_mysql before C-MySQL.
Reply
#7

Quote:
Originally Posted by Calgon
Посмотреть сообщение
Include a_mysql before C-MySQL.
It was included before C-MySQL already.
Reply
#8

Show us the code just to ensure it's retard proof and the same thing isn't said again?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)