『ゲームプログラミングC++ 翔泳社』のサンプルプログラムがGitHub https://github.com/gameprogcpp/codeに公開されていて,それをCtrl+F5で実行しようとしても以下のエラーが生じて実行できません。どうしたらよいでしょうか?
初めにコンパイルしたとき,"Windows SDKバージョン10.0.16299.0が見つかりませんでした"というエラーが発生したので,ソリューションの再ターゲットを実行したのですが,それがいけなかったのでしょうか?
1>------ ビルド開始: プロジェクト: Game, 構成: Debug Win32 ------ 1>Game.vcxproj -> C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\Debug\Game.exe 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\libfreetype-6.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\libogg-0.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\libpng16-16.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\libvorbis-0.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\libvorbisfile-3.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\SDL2.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\SDL2_image.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\SDL2_mixer.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\SDL2_ttf.dll 1>C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86\zlib1.dll 1>10 個のファイルをコピーしました 1>ファイル名、ディレクトリ名、またはボリューム ラベルの構文が間違っています。 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: コマンド "xcopy "C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\SDL\lib\win\x86*.dll" "C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\Debug\" /i /s /y 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: xcopy "C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\..\external\GLEW\lib\win\x86*.dll" "C:\Users\Ken\Documents\C++ゲームプログラミング\code-master\Chapter01\Debug\" /i /s /y 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :VCEnd" はコード 123 で終了しました。 1>プロジェクト "Game.vcxproj" のビルドが終了しました -- 失敗。 ========== ビルド: 0 正常終了、1 失敗、0 更新不要、0 スキップ ==========
回答2件
あなたの回答
tips
プレビュー