This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bad news re: mingw exceptions


On 27 Feb 2002, Adam Megacz wrote:
> Ugh, this is really bad; C++ exceptions work, Java exceptions don't

These aren't really c++ exceptions in your example.  Because you're
compiling CNI, g++ is impersonating Java exceptions.

> This stuff worked in the 12-Dec tree; has anything changed in
> exception handling since then? I tried this same program in my old
> 12-Dec tree and it works.

You are linking both with -mthreads, right?  So _CRT_MT is non-zero?

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]