Top "Msvc12" questions

Microsoft Studio Visual C++ 2013 (MSVC 12.

2>LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc120-mt-sgd-1_58.lib'

And no wonder as there is no such file in ...\boost_1_58_0\stage\lib. How can I get one ? I only …

boost cmake msvc12
Error C2491: definition of dllimport function not allowed

I have a problem with make a dll on Visual Studio 2013. This code works on Code::Blocks. The error was …

c++ dllimport dllexport msvc12
How to fix 'error MSB4018: The "VCMessage" task failed unexpectedly' in Visual Studio 2013

This is what I see: 1>------ Build started: Project: xxx (xxx\xxx), Configuration: Debug Win32 ------ 1>C:\Program …

msvc12
Is it possible to build ffmpeg x64 on Windows?

The real answer is probably "no", but still, just to double check. Has anyone ever been able to build ffmpeg …

build ffmpeg msvc12