Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build driver #2

Open
Diegodiaz21 opened this issue Jun 25, 2021 · 3 comments
Open

Unable to build driver #2

Diegodiaz21 opened this issue Jun 25, 2021 · 3 comments

Comments

@Diegodiaz21
Copy link

Hey I'm having problems building the Apex driver so i was wondering if you could post it with the exe file?

@dschaf
Copy link

dschaf commented Jun 25, 2021

Hey I'm having problems building the Apex driver so i was wondering if you could post it with the exe file?

lmao whats the problem u shouldnt have any.

@nitroxit
Copy link

Having an issue building driver as well. Says "cannot find d3dx9.h. No such file or directory". What VC++ Directories should I add? I added the lib and included dir. for DirectX and it still doesnt seem to change anything. Im using VS 2019, any ideas would be great. Im building it as release X64 btw

@rekitrelt
Copy link

rekitrelt commented Jun 30, 2021

install DirectX SDK and windows WDK
In the Project Properties:
"$(DXSDK_DIR)Include;$(IncludePath)" for Include
"$(DXSDK_DIR)Lib\x86;$(LibraryPath)" for Library

in visual studio Change ARM to x64
and change debug to release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants