https://d.puremagic.com/issues/show_bug.cgi?id=12443


Vladimir Panteleev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Vladimir Panteleev <[email protected]> 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: -------

Reply via email to