freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] FreeType2 2.3.5 Visual Studio Solution Warnings


From: Werner LEMBERG
Subject: Re: [ft-devel] FreeType2 2.3.5 Visual Studio Solution Warnings
Date: Thu, 08 Nov 2007 13:13:19 +0100 (CET)

> 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




reply via email to

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