microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Fix and update builds for current VS2022: #81

Closed wmessmer-msft closed 1 year ago

wmessmer-msft commented 1 year ago
- Update projects to compile with latest VS2022
- Update NuGET references for DbgEng and the C++ lib to get rid of C++ compliance warnings/errors from more recent compilers
- Include <new> in a few places to remove "std::bad_alloc" undefined issues
- Update DataModelHelloWorld sample to pull DbgEng core headers from NuGET instead of SDK as the 1.0.3 CppLib NuGET will no longer compile with the older SDK headers due to missing definitions.  Such definitions are in the more up to date NuGET package