Error...
#2

Change:

PHP код:
new string[128]; 
by:

PHP код:
new string1[128]; 
And replaces all the lines in the function that use that string variable by string1, the problem is that you have two variables with the same name, a global and a local and the compiler does not know which one to use.
Reply


Messages In This Thread
Error... - by Brys - 15.04.2015, 15:21
Respuesta: Error... - by JuanStone - 15.04.2015, 15:24
Re: Error... - by Brys - 15.04.2015, 15:26
Re: Error... - by J4Rr3x - 15.04.2015, 15:27
Respuesta: Error... - by JuanStone - 15.04.2015, 15:30
Re: Error... - by Brys - 15.04.2015, 15:30
Re: Error... - by Brys - 15.04.2015, 15:34
Respuesta: Error... - by JuanStone - 15.04.2015, 15:38
Re: Error... - by Brys - 15.04.2015, 15:44
AW: Error... - by Mencent - 15.04.2015, 15:46

Forum Jump:


Users browsing this thread: 2 Guest(s)