[Issue 4398] dmd always uses Windows name mangling for _d_throw
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 24 21:38:44 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4398
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #23 from Walter Bright <bugzilla at digitalmars.com> 2010-10-24 21:37:52 PDT ---
deh.c is Windows only. It is in C because it interacts with all the complex
Windows header definitions for Windows SEH that have not been ported to D. D's
eh mechanism on Windows is layered on top of Windows SEH.
For other platforms, deh2.d is used instead, as D uses its own invented
exception handling mechanism. (It is not compatible with the C++ eh ELF
mechanism.)
--
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