search for: 20yy

Displaying 2 results from an estimated 2 matches for "20yy".

Did you mean: 20yn
2014 Jan 09
1
Windows linking problems
...rary means static linking. All necessary functions from MS Visual C++ runtime are statically linked into .dll/.exe file. "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. Also: README file, section "Building with MSVC": "build libogg_static.lib (load win32\libogg_static.sln, change solution configuration to "Release" and code generation to "Multi-threaded (/MT)",...
2014 Jan 08
2
Windows linking problems
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 ones shipped with FLAC would you be able to provide a patch or even