|
From: SourceForge.net <no...@so...> - 2005-01-26 03:36:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2959598 By: adah The old procedure even does not work now for gcc 2.95.3-8/binutils 2.14.90, which I use daily. The fix is simple: move _ctor.o also to tmp, along with __main.o, __dummy.o, and _exit.o. However, this procedure seems not necessary with gcc 3. I tested on gcc 3.2.3 and gcc 3.4.2, w/ binutils 2.14.90. In both cased I could catch the exception thrown from a simple DLL in main w/o using a special DLL. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286529 |