[Issue 12443] Allow passing DLLs directly to DMD to avoid the need for creating import libraries
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 23 03:13:46 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12443
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-03-23 12:13:43 EET ---
For the record, Delphi does away with import libraries completely and solves
the DLL problem in the language. E.g.:
function MessageBoxA(hWnd: HWND; lpText, lpCaption: PChar; uType: UINT):
Integer; stdcall; external 'user32.dll';
So in theory D could have an extern(dll, "user32.dll") attribute.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list