Visual Studio 2015 Part7 [無断転載禁止]©5ch.io
■ このスレッドは過去ログ倉庫に格納されています
0605デフォルトの名無しさん
2016/12/07(水) 04:21:26.64ID:sP3/CGPVコードが不十分だが、それ以前の問題でエラー出てるからな
再現できる最小構成
こっちは実際にコンパイルできないから作った奴を馬鹿呼ばわりしている
<コード>
#include "DXUT.h"
#include "DXUTmisc.h"
int WINAPI wWinMain( HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR lpCmdLine, int nCmdShow )
{
return DXUTGetExitCode();
}
<エラー>
Error (active) #error directive: "DXUT requires a Unicode build." dxut DXUT.h 11
Error (active) cannot open source file "dxsdkver.h" dxut DXUT.h 14
Error (active) #error directive: The installed DXSDK is out of date. dxut DXUT.h 16
Error (active) cannot open source file "d3dx9.h" dxut DXUT.h 84
Error (active) cannot open source file "d3dx10.h" dxut DXUT.h 92
Error (active) cannot open source file "dxerr.h" dxut DXUT.h 98
Error C1189 #error: "DXUT requires a Unicode build." dxut dxut.h 11
Error C1189 #error: "DXUT requires a Unicode build." dxut dxut.h 11
■ このスレッドは過去ログ倉庫に格納されています