Search found 4 matches
- Tue Apr 01, 2008 10:09 am
- Forum: PSP Development
- Topic: C function problem
- Replies: 10
- Views: 3696
- Tue Apr 01, 2008 5:05 am
- Forum: PSP Development
- Topic: C function problem
- Replies: 10
- Views: 3696
Re: C function problem
void getdirentrys(void) I didn't try your example (i'm about to do it), but i'm pretty sure you can't do that. (referring to the void in parenthesis) Also you did 'sizeof dir' which I don't think is allowed. *edit* Alright after doing some minor-testing.. I seemed to be able to get ...
- Mon Mar 31, 2008 1:37 pm
- Forum: PSP Development
- Topic: Cygwin\Toolchain problem
- Replies: 6
- Views: 3149
- Mon Mar 31, 2008 5:01 am
- Forum: PSP Development
- Topic: Perfected Code::Blocks method?
- Replies: 0
- Views: 2461
Perfected Code::Blocks method?
I've been messing around with code::blocks IDE and setting up psp to compile perfectly with it and I've finally come to finish it after around 1-2 hours of messing. No more need for custom makefiles etc..., even goes as far as to make a eboot file if wanted. %CYGWIN% = path to your cygwin directory ...