cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
general text
general text
Apr 16, 2012 at 3:08pm UTC
schfifty5
(1)
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.
Apr 16, 2012 at 6:14pm UTC
Peter87
(11254)
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
Apr 16, 2012 at 6:15pm UTC
Topic archived. No new replies allowed.