[Ajuda] 2 erros e 1 Warning
#1

pawn Code:
H:\Sv\gamemodes\BVW.pwn(24456) : error 021: symbol already defined: "strtok"
H:\Sv\gamemodes\BVW.pwn(24471) : error 047: array sizes do not match, or destination array is too small
H:\Sv\gamemodes\BVW.pwn(24473) : warning 203: symbol is never used: "ret_memcpy"
O que pode ser ?
Reply
#2

poste o code sabichгo!

as linhas do erro!
Reply
#3

Esqueci, me desculpe

pawn Code:
strtok(const string[], &index)
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
    {
        index++;
    }

    new offset = index;
    new result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = string[index];
        index++;
    }
    result[index - offset] = EOS;
    return result;
}
Reply
#4

Ja esta definindo a funзгo.
O segundo nao sei.
E o terceiro vocк criou um new ret_memcpy, e nao esta usando, apague-o.
Reply
#5

Procura por
pawn Code:
ret_memcpy
E Deleta

Procure por
pawn Code:
stock strtok
e Deleta, Estб Stock
por que jб ta definido.
Reply
#6

pawn Code:
#pragma ret_memcpy
Acho que e isso.
Reply
#7

o 2 erro й que algo estб ultrapassando o valor de alguma array!
poste o que estб na linha por favor

linha: > code
linha> code
Reply
#8

Quote:
Originally Posted by iSmir
View Post
Procura por
pawn Code:
ret_memcpy
E Deleta

Procure por
pawn Code:
stock strtok
e Deleta, Estб Stock
por que jб ta definido.
Procurei os 2 e nгo encontrei nada.
Reply
#9

Quote:
Originally Posted by [NVC]iTrevaS
View Post
Procurei os 2 e nгo encontrei nada.
Procura por
pawn Code:
strtok
Quando Tu Axar
pawn Code:
stock strtok
Tu Deleta, Por quк jб ta definido
Reply
#10

Entгo o strtok ele acha, mais a definiзгo do 'stock strtok' ele nгo acha.
Reply
#11

Quote:
Originally Posted by [NVC]iTrevaS
View Post
Entгo o strtok ele acha, mais a definiзгo do 'stock strtok' ele nгo acha.
Deleta Entгo ;=/
Reply
#12

Ah, eu deletei tudo isso

pawn Code:
strtok(const string[], &index)
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
    {
        index++;
    }

    new offset = index;
    new result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = string[index];
        index++;
    }
    result[index - offset] = EOS;
   
    return result;
}
e Compilou direitinho, agora sу ficou o warning "ret_memcpy"

Obrigado aos que ajudaram.
Reply
#13

Rapaz, й Problema de junta.

Junta tudo, e Jogue Fora !

AEUEUAEUUEUAEUAE
Reply
#14

Quote:
Originally Posted by [NVC]iTrevaS
View Post
Ah, eu deletei tudo isso

e Compilou direitinho, agora sу ficou o warning "ret_memcpy"

Obrigado aos que ajudaram.
Era Isso,
Eu FAlei stock, mais eu errei,
Era isso ai,
Pra Deletar,
Agora o Warniing,
faz oque o Don_Speed Disse
Reply
#15

#pragma unused ret_memcpy
Reply
#16

O ret_memcpy eu ja tive esse problema, й apenas uma include que tu definiu e nao usou
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)