FAQ - UbiBelETF/dagger GitHub Wiki
FAQ
First steps
I want to start playing with this, how do I do that?
If on Windows, with Visual Studio 2019, follow these simple steps:
- clone the repo locally
- enter the folder and run the
generate_projects.bat
script - in the
projects
folder, double-clickdagger.vs2019.sln
and open it in Visual Studio 2019 - try building and running!
If something seems off, look through this list, further down, in the Visual Studio
section!
Platform-related
Can Dagger run on Windows XYZ?
We currently support Windows 7 and 10. All other Windows versions might work, but we have no guarantees.
Can Dagger run on non-Windows systems?
Yes. We have it running on a few instances of other systems, including MacOS and Ubuntu Linux.
However, we still don't have the proper steps to reproduce these setups, and more work is required.
You can help if you have the time and patience to help us help you! Leave us a message about this, we'd gladly accept any help you have to offer.
Visual Studio
The Windows SDK version 10.0.17763.0 was not found. Install the required version of Windows SDK...
The solution isn't targeted for the SDK version you have installed. To fix:
- in Visual Studio, right-click on the solution in the Solution Explorer and select
Retarget Solution
.
Autocomplete is broken, underlining everything and the kitchen sink in red, but the project builds fine.
The issue may occur when switching between branches and checking out new code. The fix is simple:
- in Visual Studio, right-click on the project in the Solution Explorer and select
Rescan Solution
.
Misc
Can it run Doom?
Soon.