Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

writing VC DLL, how to catch exception ?

3 views
Skip to first unread message

richard

unread,
Feb 8, 2005, 12:59:48 PM2/8/05
to
we can use try/catch to catch error in VC application and VC defaultly
generated DLL, but with LV required pattern,

_declspec(dllexport) char Go(....)
{
try{}
catch(...){}
}

it doesn't compile,

is there a way to catch exception inside VC DLL ?
thanks.


0 new messages