Tag:
検索 | |
Ctrl+F | クイック検索 |
Ctrl+Shift+F | フォルダを指定して検索 |
ナビゲーション | |
Ctrl+ | リソースを開く |
Microsoft Visual Studio Solution File, Format Version 14.00 # Visual Studio 2015
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\ C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\vccorlib\ C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\mfc\ C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\src\atl\ C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include
devenv.exe /ResetSettings devenv.exe /ResetUserData devenv.exe /SafeMode
$(OutDir)$(TargetName)$(TargetExt)
..\lib\
$(ProjectName)_d
PATH=..\vendor\cppunit-plus\lib;%PATH%
</configSections>
<system.diagnostics> <switches> <add name="CPS" value="4" /> </switches> </system.diagnostics>
nafxcwd.lib(afxglobals.obj) : error LNK2001: unresolved external symbol _IID_IWICImagingFactory
#pragma comment(lib, "windowscodecs.lib")
FYI: I had the same problem on one of my machines. It was caused by an incomplete update. VS 2010 SP1 was installed, ie, libs and binaries were all up to date. But the header file were not updated. Using WinMerge from one computer to another showed 88 differences for the VC folder. All headers! After the files have been replaced manually, the linker error was gone. Just check line 128, auf AFX.H this line contains the information to pull the windows codec library.
#pragma comment(lib, "windowscodecs.lib")