[Issue 7020] Exception thrown across DLL is not caught.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan 15 17:39:07 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7020
dawg at dawgfoto.de changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |dawg at dawgfoto.de
         Resolution|DUPLICATE                   |
--- Comment #2 from dawg at dawgfoto.de 2012-01-15 17:39:01 PST ---
I strongly disagree with the expected behavior and the merged fix.
https://github.com/D-Programming-Language/druntime/pull/92
Having multiple definitions of the same symbol can't work.
The correct solution is to move those symbols (phobos)
into a DLL and link every user against it.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list