无法解析的外部符号 __imp__ExtractIconW@12

无法解析的外部符号 __imp__ExtractIconW@12


1>dxut.obj : error LNK2019: 无法解析的外部符号 __imp__ExtractIconW@12,该符号在函数 "long __cdecl DXUTCreateWindow(wchar_t const *,struct HINSTANCE__ *,struct HICON__ *,struct HMENU__ *,int,int)" ( ?DXUTCreateWindow@@YAJPB_WPAUHINSTANCE__@@PAUHICON__@@PAUHMENU__@@HH@Z) 中被引用


solution:
add shell32.lib

你可能感兴趣的:(无法解析的外部符号 __imp__ExtractIconW@12)