Building ConEmu

Problems with ConEmu building from https://github.com/Maximus5/ConEmu.git v14.01.06in Visual Studio 2010ConEmuCunresolved external symbol `__imp__`wsprintfA - add additional dependency **User32.lib** **ConEmuCD**Error 3 error LNK2001: unresolved external symbol `__imp__`CharUpperBuffW@8 Error 4 error LNK2001: unresolved external symbol `__imp__`MapVirtualKeyW@8 Error 5 error LNK2001: unresolved external symbol `__imp__`VkKeyScanW@4 Error 6 error LNK2001: unresolved external symbol `__imp__`GetSystemMetrics@4 Error 7 error LNK2001: unresolved external symbol `__imp__`IsRectEmpty@4 Error 8 error LNK2001: unresolved external symbol `__imp__`MonitorFromRect@8 Error 9 error LNK2001: unresolved external symbol `__imp__`GetMonitorInfoW@8 Error 10 error LNK2001: unresolved external symbol `__imp__`MonitorFromWindow@8 Error 11 error LNK2001: unresolved external symbol `__imp__`SystemParametersInfoW@16 etc....

January 16, 2014 · SergeM

Using h264/multiview codec from Intel Media SDK

I needed to launch multiview compression using codec from Intel MVC. Approximately a half a year ago I launched it normally. Yesterday it tried and I got such an error: $ ./sample_encode.exe h264 -i input.yuv -o output.h264 -w 1920 -h 1080 Return on error: error code -3, .\src\pipeline_encode.cpp 865 Return on error: error code 1, .\src\sample_encode.cpp 343 Frame number: 0 I started debug and found out the error appears in...

October 11, 2013 · SergeM