Closed trustednstaller closed 1 year ago
Update: setting the /permissive
compiler flag to override /permissive-
solves the above DbgModelClientEx.h
issue. This should be noted somewhere for all uses w/ the client library otherwise headaches will ensue for those not versed in the template metaprogramming metaverse.
When trying to build
SymBuilder
the following error occurs on compilation:Assuming it's something templately within
SymBuilder
that it's not liking as the latestDbgModelClientEx.h
(same as the one used forSymBuilder
) builds fine with a separate WinDbg extension. Specifically,PackValues
is where the error points to.Update: I only get this error with the latest build tools. 2019 build tools (v142) does not experience this issue. So the issue does indeed stem directly from
DbgModelClientEx.h
as with the new toolset, I cannot build other extensions with it.