Re: Cannot catch exceptions thrown in a shared library

2007-11-08 Thread Al Slater
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

Cannot catch exceptions thrown in a shared library

2007-11-06 Thread RĂ¼diger Ranft
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