If a static library implements exceptions using
try
{
........
}
catch (...)
{
.......
}
and this library is used to link against a plugins implementation of
the static lib, will this try/catch be executed appropriately?
Asking this, because the official plugins SDK does not seem to support
try/catch blocks as I remember.
If there is this limitation, then what were or will be the things that
need to be done in order to get this to work with a static lib? The
plugin is compiled with CW7 and Xcode.
Alfred
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|