C:\mingw\include\sdl\sdl_ttf.h: Permission Denied


zacaj

void main()
Joined
Apr 3, 2007
Messages
362
Age
29
Location
NY
Website
zacaj.com
Hi,

When I try to compile my game for windows with SDL_ttf, it says permission denied for SDL_ttf.h and SDL_mixer.h. Whats wrong?


Also: Are there any free ttf fonts that can be used in commercial games?
 
bitstream can be sold with sold with software. i find it to be kind of ugly though :)

there are many good commercial fonts that you can buy for the price of a DVD or less.

the really high quality ones tend to be around $100 or so, bit if you're doing print work, it's worth it, since you don't have to worry about not having punctuation, or the auto kerning sucking, or whatever. but for a game, just buy a nice pixel font from fontsforflash.com or miniml or somewhere else. if you put your resource files in a c header or zip file or cramfs image, then you can doubly sure that no one will come looking for you :)
 
Back
Top