Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

[Solved] ofTrueTypeFont - Unhandled exception at (FreeType-6.dll)

$
0
0

@acheson wrote:

I am working in the master branch of OF using ofTrueTypeFont. Whenever the destructor is called the program breaks at the following line in ofTrueTypeFont.cpp line 366

    if(face) FT_Done_Face(face);

Unhandled exception at 0x6D3920A4 (FreeType-6.dll)

I used the project generator from 0.8.4 to create my project. I see the dll in the bin folder and the src and lib folders for freetype seem to be wired up properly.

OF master branch, VS 2012, Windows 8.1.

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles