Skip to content

Instantly share code, notes, and snippets.

@yashihei
Last active June 14, 2017 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashihei/98149ecaadee6fdd4d714887edc65fcf to your computer and use it in GitHub Desktop.
Save yashihei/98149ecaadee6fdd4d714887edc65fcf to your computer and use it in GitHub Desktop.
DirectX初期化メモ

プロジェクトの設定

「VC++ Directories」→「Include Directories」
$(DXSDK_DIR)Include;$(IncludePath)

「VC++ Directories」→「Library Directories」
$(DXSDK_DIR)Lib\x86;$(LibraryPath)

「Linker」→「Input」

d3dx9d.lib;d3d9.lib;winmm.lib;dxguid.lib;dinput8.lib;xinput.lib (Debug)
d3dx9.lib;d3d9.lib;winmm.lib;dxguid.lib;dinput8.lib;xinput.lib (Relese)
pragma commentで記述してもok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment