Error compile,undefined symbol/argument mismatch
#2

Quote:
Originally Posted by Creax
Посмотреть сообщение
Код:
forward VipCount();
public VipCount()
{
    static tmp[128];
    new File:ss=fopen(FILE_VIP,io_read);

    while(fread(ss,tmp))
    {
        if(strfind(tmp, "=") != -1)
        {
            DOF2_SetInt(FILE_VIP, strtok(strr,0,'='), strval(tmp)-1);
        }
    }
    fclose(ss);
    return 1;
}
Error:
Код:
error 017: undefined symbol "strr"
When I give new str[128]; shows up:
Код:
error 035: argument type mismatch (argument 2)
where did you use this?
Код:
 VipCount()
Reply


Messages In This Thread
Error compile,undefined symbol/argument mismatch - by Creax - 15.03.2013, 09:48
Re: Error compile,undefined symbol/argument mismatch - by RicaNiel - 15.03.2013, 09:51
Re: Error compile,undefined symbol/argument mismatch - by Creax - 15.03.2013, 10:17
Re: Error compile,undefined symbol/argument mismatch - by Creax - 15.03.2013, 13:49
Re: Error compile,undefined symbol/argument mismatch - by Misiur - 15.03.2013, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)