[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mixing MSVC++ and the freetype2 library...
From: |
David Turner |
Subject: |
Re: Mixing MSVC++ and the freetype2 library... |
Date: |
Tue, 04 Apr 2000 17:15:50 +0200 |
Hi,
>
> Hello FreeType2-Developers!
>
> I am using the freetype2-beta direct out of the anonymous-cvs. Compile and
> build of the freetype2 library works fine. But including the library-headers
> in
> an MSVC++-project shows errors because of the usage of the keyword
> "interface"
> in some of the freetype2-prototypes and structures. To disable the extended
> features of the MSVC solves the compile problems. My project needs C++ and
> the extended MSVC++-syntax.
>
> Is there a way to clean up the sources (eq. change "interface" to "intf") or
> are there other
> reasons that prevent such a change?
>
I though I cleaned up the public header files some weeks ago ?
I'll check them out. There is no reason this shouldn't be done
(note however that I don't want to mess with the internals.. ;-)
- David
> Thanks
>
> Marco Schmidt
>
> address@hidden