Compiling error
#1

(1829) : error 025: function heading differs from prototype
(1830) : error 021: symbol already defined: "split"

LINE:
PHP код:
stock split(const strsrc[], strdest[][], delimiter)
{
    new 
ili;
    new 
aNum;
    new 
len;
    while(
<= strlen(strsrc))
    {
        if(
strsrc[i] == delimiter || == strlen(strsrc))
        {
            
len strmid(strdest[aNum], strsrclii128);
            
strdest[aNum][len] = 0;
            
li i+1;
            
aNum++;
        }
        
i++;
    }
    return 
1;

This only happens when i add
PHP код:
#include <mysql>
#define MYSQL_HOSTNAME  "127.0.0.1"
#define MYSQL_DATABASE  "fuckme"
#define MYSQL_USERNAME  "root"
#define MYSQL_PASSWORD  "" 
Reply


Messages In This Thread
Compiling error - by XBrianX - 22.01.2017, 02:02
Re: Compiling error - by StrikerZ - 22.01.2017, 02:06
Re: Compiling error - by XBrianX - 22.01.2017, 02:13
Re: Compiling error - by Sew_Sumi - 22.01.2017, 04:02
Re: Compiling error - by XBrianX - 22.01.2017, 11:58
Re: Compiling error - by Crystallize - 22.01.2017, 12:18
Re: Compiling error - by Sew_Sumi - 22.01.2017, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)