Using MinGW DLL with DMD?

Jacob Carlborg doob at me.com
Thu Aug 9 07:23:47 PDT 2012


On 2012-08-09 15:48, Adam D. Ruppe wrote:

> Yeah, I've use dlls made in gcc with dmd. You need to run implib
> over the dll to get a .lib and then it works pretty easily.
>
> implib /s mydll.lib mydll.dll
>
>
> implib can be found in the basic utilities package at digital
> mars.
>
> http://www.digitalmars.com/download/freecompiler.html

Thanks, I'll give it a try.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list