freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] C++/CLI problems


From: Philip Deets
Subject: [ft] C++/CLI problems
Date: Mon, 17 Jul 2006 22:28:09 -0400

I am trying to use freetype in a C++/CLI project.

To those of you who don't know, C++/CLI is a separate programming
language invented by Microsoft which has all of C++ plus support for
the cli (common language infrastructure, a.k.a. .net).

The problem is, in C++/CLI, generic is a keyword.  This means the
headers don't work for me because there is a member of _FT_FaceRec_
with the name generic.

Does anyone know how I might be able to use FreeType when it uses a
keyword as an identifier?  I am using Microsoft Visual Studio 2005
Professional Edition.

For now, I guess I'll edit the header.

Thank you,
Phil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]