general text

i am trying to print text into a window that i made with sdl. i have the ttf library and fonts but it keeps saying TTF_Init(); i wrong. i guess i am asking how to correctly use ttf.
Did you remember to link the SDL_ttf library? I think the compiler flag is -lSDL_ttf with gcc.

If that's not it, can you please post the exact error message?
Last edited on
Topic archived. No new replies allowed.