On Sunday, 13 May 2012 at 19:07:41 UTC, crashtua wrote:
Is it possible to build dll or lib with dmc to use it in program builded in microsoft c++ compiler?
Yes you can download Visual D, build a D DLL with DMD, and call it from a Visual C++ program. Unfortunately you have to use C to communicate between them, and the D IDE experience is pretty bad. -this forum likes to reject posts with nonsense errors... btw
