[Issue 2462] DMD creates a wrong DLL so loading a DLL in the context of another Process via loadlibrary will crash the remote process

2019-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2462

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WORKSFORME

--


[Issue 2462] DMD creates a wrong DLL so loading a DLL in the context of another Process via loadlibrary will crash the remote process

2012-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2462


Don  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #3 from Don  2012-03-21 01:54:28 PDT ---
I wonder if this was related to bug 3342. There's a good chance that this is
fixed now.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2462] DMD creates a wrong DLL so loading a DLL in the context of another Process via loadlibrary will crash the remote process

2011-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2462


Rob Jacques  changed:

   What|Removed |Added

 CC||sandf...@jhu.edu


--- Comment #2 from Rob Jacques  2011-01-31 22:32:51 PST ---
There are issues with DLLs and older versions of windows. Specifically, is this
bug limited to Windows XP/earlier or does it also occur on Vista/Win 7?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2462] DMD creates a wrong DLL so loading a DLL in the context of another Process via loadlibrary will crash the remote process

2008-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2462





--- Comment #1 from [EMAIL PROTECTED]  2008-11-19 07:30 ---
I'm trying to load a DLL (written in D with tango) in the context of a remote
process.

It works fine with Windows System DLLs.
So it seems that DMD creates wrong DLL files.


--