strange freetype2 issue

Started by
0 comments, last by soconne 15 years, 8 months ago
Good day, i am experiencing a strange issue with opengl, mfc and freetpye2 i tried to print some text using freetype. While i had no problem printing text in a window lean and mean application ( the lesson #43 from nehe ). But now ,i have a strange problem with the same code under mfc The textures aren't loaded and the string appears formed just by rectangles. Has anyone ever had a similar problem under mfc ? i am using visual stusio 2008 pro , with the latest drivers for opengl video board. I want to add that the same application using a windows xp machine works with no problems, the issue is only with vista under mfc thanks
Advertisement
Are you 100% positive that your texture is created AFTER your OpenGL context is initialized? You can check by using the glIsTexture function. Pass in the GLint variable for your texture and make sure its valid.
Author Freeworld3Dhttp://www.freeworld3d.org

This topic is closed to new replies.

Advertisement