I have two problems:1) My application is using ATL. So when I just include ATL headers and build it with default settings it just crashes during initialization stage.2) If I call managed code from standard C++ main() function - it never fires UnhandledExceptionEventHandler in case of any exception.I suppose the problem arises because I'm calling managed code from unmanaged, and Default Application Domain may initialize incorrectly ? Is there is a simpler way to initialize ATL ?!
Version
Please wait...