OK i'm messing with the gui tut. I copied and pasted the code to my file on dev cpp and tried to compile. Suprisingly, no bugs lol but for some reason the path is incorrect to the font ive been having problems with this.. trying to find links to my files and stuff .. is there a way to like add it into the project in dcpp?
Irrlicht's GUI system uses bitmap fonts (fonts converted to a .bmp). So copying your TrueType or other font file won't work it work. Make sure the .bmp is ok or try a bigger size.