TagLib 1.6 RC1 - Windows Static LIB

Lukáš Lalinský lalinsky at gmail.com
Wed Sep 9 09:29:07 CEST 2009


2009/9/9 Tony Pombo <mcp at technologist.com>:
> In March 2009, I created a Visual Studio 2008 project that would create a
> DLL and/or a LIB file.  I honestly haven't tried to compile version 1.6 yet.
> As long as nothing has been done to explicitly prevent compiling as a static
> library, it should still work.  I will try to find time this week to test
> the current build.

Well, I don't know how have you managed that, since the
taglib_export.h file with dllimport/dllexport was there in 1.5 as
well. But if it worked, it will work again. But I'd also added
explicit support for building a static version of the library in CMake
a few days ago. The only difference is that you need to define
TAGLIB_STATIC in your project if you want to use such library. This
will stop taglib_export.h from trying to dllimport the classes.

-- 
Lukas Lalinsky
lalinsky at gmail.com


More information about the taglib-devel mailing list