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