Bill Baxter wrote: > That'll create Thing.dll and an import lib called Thing_mingw.lib. > Ignore Thing_mingw.lib, and create a new DMD-compatible import lib using: > > implib /system Thingdll.lib Thing.dll > > (implib should be in the dm/bin dir) > --bb I have never seen implib in either the dmd zip or dmc