armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

LNK2019 in VS2012 #5

Open Geistyp opened 11 years ago

Geistyp commented 11 years ago

_sth_create, _sth_add_font, _sth_begin_draw, _sth_draw_text, _sth_dim_text, _sth_delete unresolved external symbol.

comment extern will solve this problem

//extern "C" {
    #include "fontstash.h"
//}
Geistyp commented 11 years ago

0.8.0 need to comment extern , but 0.7.4 need it...