[vlc-devel] Re: problem compiling skins2 in msvc...
Cyril Deguet
cyril.deguet at via.ecp.fr
Fri Sep 9 22:10:52 CEST 2005
Hi,
On Fri, Sep 09, 2005, Brian Robb wrote:
> Linking...
> Creating library Debug/libskins2_plugin.lib and object
> freetype2110ST_D.lib(ftglyph.obj) : error LNK2001: unresolved external
> symbol _FT_Bitmap_New
The skins2 module only depends on libfreetype2 and zlib, so if you
already link with them your freetype.lib must have something wrong...
What is more the warning about "LIBCD" suggests a runtime mismatch
somewhere (you are supposed to link with the DLL version of freetype,
or at least compiled in /MD(d) mode, maybe it is not the case here).
--
Cyril
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list