Compiler Options and the DDK Build Environments
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
How do I specify compiler options in the DDK build environments? I trying to build with /EHsc to enable c++ exceptions... Thanks for any help.
-
Be very careful if you are recompiling drivers in the DDK with that flag. They may not be (in fact, probably are NOT) written to handle exceptions. If you're just compiling your own user-mode app from the DDK environment, no worries. Judy