#160273 - Holland - Sun Jul 13, 2008 6:23 am
I have a basic project template that I created a couple weeks ago that gives me a makefile and a main.c with a bit of "hello world" action.
I can use intellisense to tell me what a touchPosition is and what irqInit() is and such...but if i press f12 (basically a lookup) on something like BG0_CR or iprintf() or consoleInit() i get an error saying "Symbol 'iprintf' cannot be found."
Makes it kind of hard when I'm just learning how ndslib works.
Does anyone know what's up with this...is this as good as my intellisense will get? I'd sure like to be able to start typing "consoleInit" and then ctrl+space to see what the params are...or if it's a macro then f12-ing it would be nice so I could atleast see what the macro does.
I can use intellisense to tell me what a touchPosition is and what irqInit() is and such...but if i press f12 (basically a lookup) on something like BG0_CR or iprintf() or consoleInit() i get an error saying "Symbol 'iprintf' cannot be found."
Makes it kind of hard when I'm just learning how ndslib works.
Does anyone know what's up with this...is this as good as my intellisense will get? I'd sure like to be able to start typing "consoleInit" and then ctrl+space to see what the params are...or if it's a macro then f12-ing it would be nice so I could atleast see what the macro does.