[ft-devel] Request: Extend compatibility to C++/CLI

2007-04-29 Thread Matt Stewart
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,

Re: [ft-devel] Request: Extend compatibility to C++/CLI

2007-04-29 Thread David Turner
Hello Matt, forget about any changes to any public FreeType header files, this is *not* going to happen. You'd better use a trick like '#define generic _generic' before including the headers and see if it works. Hope this helps, - David On Sun, 29 Apr 2007 02:51:07 -0400, Matt Stewart [EMAIL