RĂ¼diger Ranft wrote:
> Hi all,
>
> I got the problem that I can't catch an exception which is thrown in a
> shared library under MS windows. Since we need to use exceptions to tell
> the calling site if something went wrong, we need a working exception
> mechanism.
>
> The compilers I tried were
Hi all,
I got the problem that I can't catch an exception which is thrown in a
shared library under MS windows. Since we need to use exceptions to tell
the calling site if something went wrong, we need a working exception
mechanism.
The compilers I tried were g++-4.1.2 and g++-4.2.2, running unte