SA-MP Forums Archive
Mysql Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Problem (/showthread.php?tid=437443)



Mysql Problem - ewida - 15.05.2013

Hello I Got a RP Server V0.3e im Update it to 0.3x + Update the MySQL and I got this Errors!!
pawn Код:
C:\Users\Administrator\Desktop\Samp\pawno\include\mysql.inc(124) : error 021: symbol already defined: "mysql_connect"
C:\Users\Administrator\Desktop\Samp\pawno\include\mysql.inc(124) : error 025: function heading differs from prototype
C:\Users\Administrator\Desktop\Samp\pawno\include\mysql.inc(124) : error 025: function heading differs from prototype
C:\Users\Administrator\Desktop\Samp\pawno\include\mysql.inc(124) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
MySQL.inc line 124
pawn Код:
native mysql_connect(const host[], const user[], const pass[], const db[], MySQL:handle = (MySQL:0), auto_reconnect = 0);



Re: Mysql Problem - ewida - 15.05.2013

Looool No one know to fix it?? Where the Pro`s??


Re: Mysql Problem - Joe Staff - 15.05.2013

If you updated the mysql include, then you probably have to change all of the functions to match the new include, as well as changing the .dll


Re: Mysql Problem - ewida - 15.05.2013

But im Changed all the Include file!