-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update Binary files #1
base: master
Are you sure you want to change the base?
Conversation
Upgraded projects and solution to VS2019 community (v142) WindowsTargetPlatformVersion set to 10.0, except for driver 10.0. which requires a fixed WDK Remove SpectreMitigation from compilation flags Build works for libraries within VS2019 but failed for the driver when signing (certificate) and from the command line BuildAll.bat (wrong path to props?)
Checked with FEdit on X/Y axes : all values are correct for all 12 effects.
Hi Marco, I bet the issue is within the driver side. I tried to recompile the driver side of vJoy but without success. I have a weird "OverrideMacros.props" file missing when trying to load the hidkmdf project. I can build the binaries of the SDK if you want to try them. Which platform would you like, x64 ? |
Hi njz3 , Thank you for your response. Yes the platform is x64 but the games that I use are old (xwing alliance, freespace, etc..) on some games I use x86 and others I use x64. Do you have the possibility to build both versions ? |
…8362.0 + MFC/ATL/SDK with Spectre mitigated versions. Remove ProductionSign and set TestSign for Debug configurations.
Since I cannot sign the driver, I guess you will not be able to use it anyway. |
hi njz3, I have already tried to contact him several times without response. I suspect the signature of the dll is expired (probably for this reason he don't offer other update). I invite you to continue to develop becouse you are the last hope to fix thie problem. |
Still unable to build a test signed version
Change BuildAll.bat to use InnoSetup 6 instead of 5
…dusbfx2 Fix issue due to commit jshafer817@a0557a3
…oyinterface.h. Use a single block write of FFB_DEVICE_PID per device to save the Ffb PID data back into the driver. Add StartDelay to HID. Code cleanup and prepare for version 2.2.0.0
…ving wheels) and use 0xFFFF values for them.
Update README.md
vJoyInterfaceWrap: calling convention of all imports from vJoyInterface.dll should (probably?) be cdecl.
Done, I make Setup File vJoySetup.exe |
Clean project files to only use x64 and target Windows OS version >10. Fix Windows 11 driver loading. Still some cleanup and update to do on the utilities, as those are using very old version of .Net and VC++, leading to a missing dependency for VC runtime.
…e without git tools
…07 (Anniversary Update) or Windows Server 2016 Clean up project files and update dll for spectre enabled.
…sitive" error to user (this is an optional file).
Let people know where to find the latest signed version of vjoy.
… definition to the Python binding. Update example script.
Update README.md
Add a pybind11 genered compiled Python extension for vJoy developers
Hi,
I see you have corrected the problem of the force feedback.
Can you please add the compiled release ?
I like to do test (I use FFB Inspectior and FS force).
thank you !!