bad news re: mingw exceptions
Jeff Sturm
jsturm@one-point.com
Wed Feb 27 20:20:00 GMT 2002
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
More information about the Java
mailing list