realbasic-plugins
[Top] [All Lists]

try/catch in a static lib

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: try/catch in a static lib
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Sun, 24 Jul 2005 14:43:32 -0400
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>