@Bekas: how did you get freetype to build CLR?

Xavier

31-12-2006 09:24:46

...since it has a struct member named "generic"....

Bekas

31-12-2006 09:45:18

You can build with /clr only specific .cpp files and not the whole project.
I've put all the CLR stuff in a couple of files and build them with /clr, the rest of Ogre is getting built with normal C++ compilation.

Xavier

31-12-2006 09:47:08

I suppose the font stuff is part of that non-CLR code. ;)

Thanks!