Page 2 of 2

Re: ap_search example problems

Posted: Thu Mar 22, 2012 10:17 pm
by sverx
I was also putting prints everywhere, but -I don't know why- I was sure the problem was in the initializazion part... so I really didn't look at the next code part :x

Anyway I confirm it works, after removing that misplaced semicolon.
Thanks! Let's hope somebody fixes the example now ;)

Re: ap_search example problems

Posted: Mon Mar 26, 2012 3:35 pm
by sverx
orp wrote:Well, pls. have a look at template.c,
be sure that the first while loop does not look like this:

Code: Select all

 while(1);
{ 
This is a non terminating loop!
You have to remove the ";". Rebuild the .nds file and the AP search should work ...
:shock: I didn't see this post before! Thanks anyway...