[flac-dev] Anyone tried building FLAC with MSVC?

Ralph Giles giles at thaumas.net
Thu Jan 24 14:16:11 PST 2013


On 13-01-24 2:10 PM, Martijn van Beurden wrote:

> 6) Replace all occurrences of static inline with static __inline

This should be done with a global define for 'inline'.

> 7) Tell the linker to ignore msvcrt.lib

Visual Studio tells you to do this, but it's wrong. This probably comes
from the libogg and flac projects using different runtime libraries.
Make sure you're using release ogg with release flac, and if it still
complains, change one of the projects to match the other.j

Thanks for trying out the project files!

 -r


More information about the flac-dev mailing list