Re: [ft-devel] Freetype support C++/CLI

2014-05-16 Thread Graham Asher
Some time ago I built FreeType as managed code for .NET and used it in a project that used a C++/CLI wrapper, so it is definitely possible. I had to make some internal changes, though. FreeType used the identifier 'generic', which conflicts with a keyword in C++/CLI, s I replaced it with '_gene

Re: [ft-devel] Freetype support C++/CLI

2014-05-15 Thread Werner LEMBERG
> I'll use freetype support C++/CLI as .net wrapper and in C# project > reference it, but not depend on native dll. (I want to get a > wrapper through the freetype, and build a dll, but this operation > can't depend on the native dll) Sorry, I neither use .net nor C#, so I can't help. Any taker

[ft-devel] Freetype support C++/CLI

2014-05-15 Thread ????????~
Hello , Freetype team.First of all thank you for your work, which brings a great help for me. Thank you! And I have some questions, I need your help. I'll use freetype support C++/CLI as .net wrapper and in C# project reference it. but not depend on native dll. (I want to get a warpper through