You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Hey I'm having problems building the Apex driver so i was wondering if you could post it with the exe file?
The text was updated successfully, but these errors were encountered: