Re: [flac-dev] Windows linking problems

2014-01-09 Thread Brendan Bolles
On Jan 9, 2014, at 6:52 AM, lvqcl wrote: > "Multi-threaded DLL" runtime library means dynamic linking: a program requires > msvcr80.dll/msvcr90.dll/.../msvcr120.dll to work. Often this means that > a MS Visual C++ 20YY redistributable package must be installed into user's > system. I've never a

Re: [flac-dev] Windows linking problems

2014-01-09 Thread lvqcl
>> Was that a problem in the vcproj files shipped with FLAC or your own >> personal ones? If it was for the ones shipped with FLAC would you be able >> to provide a patch or even description of the changes required so that >> someone on this list can generate a patch? > > > It was the project that

Re: [flac-dev] Windows linking problems

2014-01-08 Thread Brendan Bolles
On Jan 8, 2014, at 2:30 PM, Erik de Castro Lopo wrote: > Was that a problem in the vcproj files shipped with FLAC or your own > personal ones? If it was for the ones shipped with FLAC would you be able > to provide a patch or even description of the changes required so that > someone on this list

Re: [flac-dev] Windows linking problems

2014-01-08 Thread Erik de Castro Lopo
Brendan Bolles wrote: > Phew! I figured it out. > > The FLAC .vcproj files link against "Multi-threaded" instead of > "Multi-threaded DLL". Made the change and things mostly fell into place. Was that a problem in the vcproj files shipped with FLAC or your own personal ones? If it was for the o

Re: [flac-dev] Windows linking problems

2014-01-08 Thread Brendan Bolles
On Jan 7, 2014, at 9:48 AM, Brendan Bolles wrote: > The .lib that's produced is not small, so all the code appears to be in > there. It just must be using a calling convention or something that doesn't > agree with the plug-in I'm trying to build. Phew! I figured it out. The FLAC .vcproj fi

Re: [flac-dev] Windows linking problems

2014-01-07 Thread Brendan Bolles
On Jan 7, 2014, at 3:12 AM, lvqcl wrote: > It looks like the linker cannot find libFLAC_static.lib and > libFLAC++_static.lib. > By default FLAC moves them to objs/release/lib/ (or objs/debug/lib/) folder. Unfortunately, I don't think that's it. Visual Studio gives me a specific error when it

Re: [flac-dev] Windows linking problems

2014-01-07 Thread lvqcl
Brendan Bolles wrote: > If someone would be so kind as to take a look, I have a branch set up, ready > to show you the problem (after you download the Premiere SDK). I've posted > this as a GitHub issue here: > It looks like the linker cannot find libFLAC_static.lib and libFLAC++_static.lib.

[flac-dev] Windows linking problems

2014-01-06 Thread Brendan Bolles
Hey everyone, I've come to appeal to the FLAC gods again. I have a plug-in for Adobe Premiere that adds support for Ogg Vorbis, Opus, and hopefully FLAC. But I can't get FLAC to link on Windows for some reason. I had to add x64 targets to the .vcproj files that ship with FLAC, so perhaps some