Request: make coff2omf free

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Sat Feb 24 08:30:07 PST 2007


torhu wrote:
> I'm working on translating headers for a C lib called allegroGL to D. 
> The C lib isn't set up for building DLLs on windows, only libs for 
> static linking.  So I'm stuck with mingw or msvc lib files that I can't 
> link with my D objects.
> 
> Getting this library to compile to a DLL requires adapting the source, 
> creating .def files, etc.  I'm not too keen on that.
> 
> So Mr. Bright: I'm wondering if you could make coff2omf available as 
> part of the basic utility package, like implib already is.  I think it's 
> fair to say that this is in the interest of encouraging adoptation of D. :)

Can't you just compile it with DMC? It shares the backend with DMD, so 
it should produce link-compatible output.



More information about the Digitalmars-d mailing list