We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I have some ideas to improve the code to suit my needs. So i don't want to use the standard installation
to give more background i encountered some errors as you.
i fix the: #include pch.h by disable precompiled header
the Code 4 by change the settings in driver_leap - preprocessor definitions - to all yes
and SDKDDKVer.h/windows.h by add their location u=in - additional include dirctories
but now i get the “Only Win32 target is supported!” error
how can i fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I have some ideas to improve the code to suit my needs.
So i don't want to use the standard installation
to give more background
i encountered some errors as you.
i fix the:
#include pch.h by disable precompiled header
the Code 4 by change the settings in driver_leap - preprocessor definitions - to all yes
and SDKDDKVer.h/windows.h by add their location u=in - additional include dirctories
but now i get the
“Only Win32 target is supported!” error
how can i fix it?
The text was updated successfully, but these errors were encountered: