0

How to specify the /EHa on visual studio .NET 2003? Under C++ -> Code Generation, I only see the option for /EHsc

Vinícius
  • 15,498
  • 3
  • 29
  • 53

1 Answers1

1

Found the answer finally at Microsoft KB 311065: Specify 'NO' at the options and specify /EHa on the additional compiler command box

Benoit
  • 76,634
  • 23
  • 210
  • 236
Vinícius
  • 15,498
  • 3
  • 29
  • 53