> This worked for me a while ago when compiling FreeType into a
> Windows DLL:
> 
> #define FT_EXPORT(return_type) __declspec(dllexport) return_type
> #define FT_EXPORT_DEF(return_type) __declspec(dllexport) return_type

Thanks.  Is this already handled if you use the Visual Studio project
files?  Otherwise, can this be added somehow (by defining the macros
on the compiler's command line or something like that)?


    Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to