Hello, thx for your reply I have located where the problem is. If you open the next code, the 2nd function does'nt appear :
void main()
{
return ;
}
int func1()
{
int ind,a=0;
for(ind=0;ind<10;ind++)
{
a++;
}
/*
while (a>0)
{
a--;
}*/
}
int func2()
{
return 0;
}
Now, if you insert a return between '}' and '*/' at line 28, func2 appears.
--
<http://forum.pspad.com/read.php?2,34677,34736>
PSPad freeware editor http://www.pspad.com
