Search found 3 matches

by thebigbad
Thu Apr 03, 2008 4:37 am
Forum: PSP Development
Topic: N00b HELP! SDL_ttf problem (file placement)?
Replies: 3
Views: 1467

Well, I finally get PSPLink to work, although I have issues with it I'll leave that for later. Now that I'm running under PSPLink, I get my debugging messages that I put in the code, woohoo! TTF_GetError() returns "Can't seek in stream." A search on here reveals nothing, and Google no help...
by thebigbad
Tue Apr 01, 2008 8:12 am
Forum: PSP Development
Topic: N00b HELP! SDL_ttf problem (file placement)?
Replies: 3
Views: 1467

Thanx that was the first thing i checked as i've done that before. Like i said everything else like images show just not text. Works fine on linux.
by thebigbad
Tue Apr 01, 2008 2:40 am
Forum: PSP Development
Topic: N00b HELP! SDL_ttf problem (file placement)?
Replies: 3
Views: 1467

N00b HELP! SDL_ttf problem (file placement)?

Hi, I'm having a problem with a simple program (my first for PSP) I'm working on which uses SDL_ttf. I've built the libraries, and everything seems to work fine, but text does not show up on the screen. Compiling the same code on Linux does display the text. Is there a certain directory that files m...