On 1/6/2012 10:27 AM, Manu wrote:
I was hoping to start a project using D as a front end language interacting with my C/C++ engine lib... but I can't. ... and now that I think if it... how do ANY programs built with DMD actually work? .. How does it link to system32.lib, user32.lib, etc?
With DMD comes the various *.lib files converted to OMF format. Converting them is pretty simple.
Long term, I hope to get a better solution, but this is where we're at at the moment.
