ATL-release problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there, I have the following problem with exception handling in my ATL-COM object: The following works fine in debug mode try { throw //..etc. } catch(...) { return Error("Unkown Error: SaveDots"); } but in release mode: I get an unhandled-exception error message. Do you have a sollution? tnx in advance, Kai.