Win10SysProgBookSamples icon indicating copy to clipboard operation
Win10SysProgBookSamples copied to clipboard

Windows 10 System Programming book samples

Results 16 Win10SysProgBookSamples issues
Sort by recently updated
recently updated
newest added

May be useful in solving problems related with building & compiling: 1) Right click on the project name to load it in Solution Explorer and select the Manage NuGet Packages,...

Hello, I am using VS2019 and VS2022. In both of those environments whenever I try to build any of the examples of Chapter02 I get the following error message: Rebuild...

Are there any reasons for including the same header files twice?

DumpProviderFilters from Chapter 20 / EtwMeta never actually gets past the first if. I'm with 21H2 - maybe missing something?

will have to add one line of code below, otherwise the output will be blank: ![image](https://user-images.githubusercontent.com/41062494/109928964-f9d6ad80-7d00-11eb-8e2d-c4df0e648c05.png) std::locale::global(std::locale("")); ![image](https://user-images.githubusercontent.com/41062494/109929073-183ca900-7d01-11eb-8f59-5e9f40366fd0.png)

Hi, when I build and run the JobTree project in Chapter 04(both select Debug -> Start Debugging or Debug -> Start Without Debugging), [this assertion failed](https://github.com/zodiacon/Win10SysProgBookSamples/blob/master/Chapter04/JobTree/JobTree.cpp#L27-L28). ## Environment * Visual...