
Best error handling mechanism in big ATL projects
Dear folks,
I wanna know whats the best error handling mechanism in
ATL projects. I have a plenty of COM Classes in my project
and on every call to a method of this interfaces i should
check the return value and whenever encountered any error
i should report it to a higher level code.
Hwta do u think , u think exception generation is good for
this case.
Pls help me and give yr suggestions.
TIA