[Issue 7020] Exception thrown across DLL is not caught.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 16 09:23:05 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7020



--- Comment #4 from dawg at dawgfoto.de 2012-01-16 09:23:03 PST ---
Yes updating library versions might cause incompatibilities.
It is a matter of ABI design to avoid it.

Statically linking a library multiple times into
exe/dlls means you have duplicated state, e.g. the "same"
function called from different dlls will use different
locks.

There apply the same rules as with the C runtime only
that we don't yet have a /MD option to solve this issue.
http://msdn.microsoft.com/en-us/library/ms235460.aspx

I haven't yet looked into making phobos a DLL under windows.

-- 
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