Search found 5 matches

by Helius
Tue Jul 10, 2007 10:15 am
Forum: General Discussion
Topic: Release: Ozone for PSP
Replies: 3
Views: 6927

Release: Ozone for PSP

Hi all! I have just finished my first game for the PSP. It's called Ozone and it's about a bouncing ball filled with air. The mission is to find all the blue gems in each level and then proceed to the exit. The levels are full of items, enemies, traps, etc. You can refill the ball with air pumps and...
by Helius
Sat Nov 11, 2006 7:14 am
Forum: PSP Development
Topic: printf not working with PSPLink
Replies: 6
Views: 2722

fprintf(stderr,... with -lstdc++ is working fine to me.
by Helius
Tue Nov 07, 2006 10:20 pm
Forum: PSP Development
Topic: printf not working with PSPLink
Replies: 6
Views: 2722

fprintf to stderr do the trick.

Thanks!!
by Helius
Tue Nov 07, 2006 9:26 pm
Forum: PSP Development
Topic: printf not working with PSPLink
Replies: 6
Views: 2722

What I need is a way to print to the pcterm console.

Y tried cout also and nothing happens :(
by Helius
Tue Nov 07, 2006 6:21 pm
Forum: PSP Development
Topic: printf not working with PSPLink
Replies: 6
Views: 2722

printf not working with PSPLink

Hi! I am new to PSP but not new to programming. I managed to get the PSPSDK integrated with Visual Studio and now I'm trying with PSPLink. All works nice, I can run my game from pcterm but nothing is printed in the window (there are lots of printfs in the game). I also checked if "printf" ...