> I'd like to not call "FT_Glyph_To_Bitmap()" but just do > 'FT_New_Glyph()' on my own, but that always crashes. Why?
What does the debugger say? This might give a hint. Are you sure that the memory allocation routine in your code is the one used by FreeType? `FT_MEM_ALLOC` is an internal function... Werner