Search found 2 matches

by zeGouky
Mon Oct 31, 2005 8:45 am
Forum: PSP Development
Topic: SDL C++ problem
Replies: 2
Views: 1351

thanks for the reply,

anyway i found the problem , it was 2~3 problems and also a makefile setting. Everything is running fine but SDL is very slow on the PSP :-/

Thanks
by zeGouky
Mon Oct 31, 2005 4:13 am
Forum: PSP Development
Topic: SDL C++ problem
Replies: 2
Views: 1351

SDL C++ problem

Hi people, i'm actually having some problems using the SDL with C++ code. I have already search the forum and found a topic with a solution : extern "C" int SDL_main( int argc, char *argv[] ); int SDL_main( int argc, char *argv[] &...