freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft2-demos][win32] Compiler Warnings


From: Alexei Podtelezhnikov
Subject: Re: [ft2-demos][win32] Compiler Warnings
Date: Sun, 26 Jul 2020 16:44:01 -0400


Alexei A Podtelezhnikov, PhD

> On Jul 26, 2020, at 12:14, Vincent Torri <vincent.torri@gmail.com> wrote:
> 
> On Sun, Jul 26, 2020 at 5:52 PM Alexei Podtelezhnikov
> <apodtele@gmail.com> wrote:
>> 
>> 
>>> As you said, I think some recent changes in the
>>> config file is causing this, it's not there in my own
>>> branch.
>> 
>> DLL_EXPORT and DLL_IMPORT were dropped but still needed to handle static 
>> libraries.
> 
> to build a static library of freetype, FT_EXPORT MUST be set to nothing

Or better vice versa, the __declspec(dllexport) or _declspec(dllimport) 
attributes are  only used if DLL_EXPORT or DLL_IMPORT defined. This way dll is 
usable with cl.


reply via email to

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