There are a few occurrences of a member object being named "generic". Because that is a keyword in C++/CLI, it cannot be used in any C++/CLI project. The culprits are all in freetype.h, the structures: FT_FaceRec_, FT_SizeRec_, and FT_GlyphSlotRec_.
If the name of these could simply be changed, Freetype would be (at least more) compatible with C++/CLI. (There *may* be other issues but I am only aware of this one at the moment.) I am aware that Freetype may not have been written to support CLI, but it is a relatively minor change, and the usability of the library would increase significantly. Matt _______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
