[Bug other/38920] throwing ex. across dlls doesn't work.

2009-01-25 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2009-01-25 09:57 --- adding try{throw 0;}catch(...){} to main() shows that dw2-exceptions don't work at all, so it's not related to dll crossing. new testcase attached. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920

[Bug other/38920] throwing ex. across dlls doesn't work.

2009-01-25 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2009-01-25 09:57 --- Created an attachment (id=17180) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17180action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920

[Bug other/38920] throwing ex. across dlls doesn't work.

2009-01-20 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2009-01-20 08:41 --- (In reply to comment #2) libstdc++ also needs to be built and linked in as dll. i'm passing --enable-shared to gcc's configure but it only creates shared libgcc_s_1.dll. libstdc++ is still static. should i applay some

[Bug other/38920] throwing ex. across dlls doesn't work.

2009-01-19 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2009-01-20 02:51 --- Created an attachment (id=17149) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17149action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920

[Bug other/38920] throwing ex. across dlls doesn't work.

2009-01-19 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2009-01-20 06:07 --- libstdc++ also needs to be built and linked in as dll. Search mingw archive lists for other examples and approaches. Danny -- dannysmith at users dot sourceforge dot net changed: What