-
NtTrace seems to work properly, these are only notes.
Tested on Windows 10.
Thank you for making this project.
1. Clone the repository `https://github.com/rogerorr/NtTrace`
1. Activate vc enviro…
BoQsc updated
2 years ago
-
See the warnings in the output below from the latest 5.4.0 build:
1>------ Rebuild All started: Project: PxStat, Configuration: Debug Any CPU ------
1>C:\Users\chapmand\development\5.4.0\server\Px…
-
### Brief Issue Summary
#### CMakeLists.txt
```cmake
cmake_minimum_required(VERSION 3.30)
project(tmp)
file(TOUCH tmp.cpp)
add_library(tmp tmp.cpp)
```
Put the `CMakeLists.txt` under drive r…
-
### Brief description of your issue
Compiling non-x64 for Windows through Bazel is broken. This is necessary to do testing for other architectures on Windows. This probably changed when we removed …
jxy-s updated
6 months ago
-
If you follow the [xUnit instructions for creating a brand new UWP project from scratch and adding a test](https://xunit.net/docs/getting-started/uwp/devices-runner) the resulting tests will not run. …
-
### Steps to reproduce
Use `SemanticsService.announce()` on Win 11 and verify with a screen reader, such as Narrator, that the message is read.
I have attached a code sample where I have added `…
-
I am following the steps here:
https://quick-lint-js.com/contribute/build-from-source/windows/
I have Microsoft Visual Studio Enterprise 2022 (64-bit) Version 17.9.3
When I run the command list…
-
I'm here to ask - will the tool be supported going forward in Visual Studio 2022? It was actually working for me before, but the latest update to 17.7.3 seems to have finally broken it. It appears the…
-
Changing this :
```
git clone https://github.com/Illation/ETEngine
cd ETEngine/Projects/Demo
cmake -G "Visual Studio 15 2017 Win64" -S . -B build
cmake --build build --target all --config Dev…
-
The docs (https://docs.flutter.dev/development/tools/devtools/overview) don't explain how to switch to another version. Since DevTools is no longer on pub.dev, we can't run ```dart pub global activate…