Using C++ exception handling in ATL
-
Hi all, I am wondering about using exception handling in ATL *without* the need to dinamically link to msvcrt.dll... can one do it ? :omg: I can't use SEH due to C++ classes.
Sure, just link statically to the CRT (the MinDependency configs do this already when you remove the
_ATL_MIN_CRT
preprocessor symbol) --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me -
Sure, just link statically to the CRT (the MinDependency configs do this already when you remove the
_ATL_MIN_CRT
preprocessor symbol) --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me -
Help !! The size of my program doubles from 28 K to 56 K ! X| Is this the price to pay to use exception handling ???
This is the price to pay for using CRT.
-
This is the price to pay for using CRT.