views:

55

answers:

1

I'm considering using the /EHa compiler switch when building in Debug and Release. I'm using a bunch of 3rd party static libraries and DLLs, which I'm assuming didn't get compiled with /EHa. Will I be running into any problems?

A: 

Been compiling and handling errors for the past week or so, and no problems since the change yet.

Martin