Hi, I am developing one simple extension for WinDbg. In one of my
classes I wanted to use the string c++ class but the build failed
because the the <string> header was not found and the std namespace
was not found.
The error messages
error C1083: Cannot open include file: 'string' No such file or
directory
error C2871: 'std' : a namespace with this name does not exist
I use the WDK tool set to build the extension as suggested at Building
DbgEng Extensions at msdn page.
I wonder is there a way to use c++ string class, and also the iostream
library when developing WinDbg extension (DbgEng or EngExtCpp).
Thanks,
Ferad