[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.
- [ft2-demos][win32] Compiler Warnings, Anuj Verma, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Vincent Torri, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Anuj Verma, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Alexei Podtelezhnikov, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Vincent Torri, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Anuj Verma, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Alexei Podtelezhnikov, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Anuj Verma, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Alexei Podtelezhnikov, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings, Vincent Torri, 2020/07/26
- Re: [ft2-demos][win32] Compiler Warnings,
Alexei Podtelezhnikov <=
Re: [ft2-demos][win32] Compiler Warnings, Alexei Podtelezhnikov, 2020/07/27
Re: [ft2-demos][win32] Compiler Warnings, Werner LEMBERG, 2020/07/28