hi all~ when i try to run the eventsExample in 0.06, i’ve encounterd the following error:
OF_ERROR: Error: font not allocated --line 789 in oftruetypefont.cpp
however, i can run this example successfully in 0.05.
i’m using VS2008 and is running in debug mode.
Another thing is, when i try to compile this example (and all the other examples) in 0.06 with VS2008 in release mode, it cannot even compile correctly. Here is the error:
fatal error C1900: Il mismatch between ‘P1’ version ‘20080116’ and ‘P2’ version ‘20070207’
1>LINK : fatal error LNK1257: code generation failed.
However, for 0.05, i can compile correctly both for debug and release. I’ve searched this error in google. someone says this is because the compatibility between patches of VS. Does anyone konw how to figure out this problem?
thanks in advance~