https://github.com/rdbo/imgui-directx-9-hook-old
https://github.com/rdbo/imgui-directx-9-hook-old
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdbo/imgui-directx-9-hook-old
- Owner: rdbo
- Created: 2019-12-14T20:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T04:00:18.000Z (over 6 years ago)
- Last Synced: 2025-01-20T18:13:12.841Z (over 1 year ago)
- Language: C++
- Size: 1.98 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImGui-DirectX-9-Hook
Setting up the solution
- Download and install DirectX SDK
- Open the solution on Visual Studio and open the project Properties
- Go to VC++ Directories -> Include Directories. Click on 'Edit' and select the Include folder
located on your DirectX SDK installation path. It is generally this one:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Include\
- Now go to VC++ Directories -> Library Directories. Click on 'Edit' and select the library folder
located on your DirectX SDK installation path. It is generally this one - choose x86 for 32bit and x64 for 64bit:
%programfiles(x86)%\Microsoft DirectX SDK (June 2010)\Lib\ - Done!