gdc and Make
Jacob Carlborg
doob at me.com
Mon Apr 12 03:20:37 PDT 2010
On 4/11/10 21:38, nedbrek wrote:
> Hello,
>
> "Jacob Carlborg"<doob at me.com> wrote in message
> news:hps9bf$1q9o$1 at digitalmars.com...
>> On 4/11/10 13:12, nedbrek wrote:
>>> Hello,
>>>
>>> "Daniel Keep"<daniel.keep.lists at gmail.com> wrote in message
>>> news:hpra3o$2pp6$1 at digitalmars.com...
>>>>
>>>
>>> At some point, I'd like to make plugins for Tcl, and that means building
>>> a
>>> .dll. From my experience that can work through gdc, but not in dmd.
>>> Maybe
>>> that has changed?
>>
>> I think these patches change things:
>> http://d.puremagic.com/issues/show_bug.cgi?id=4071
>
> Interesting, thanks. I will have to re-evaluate things... the other problem
> I had was that the Tcl lib is in COFF format, and dmd needed OPT. I don't
> think that has changed...
>
> Ned
There is a tool that can convert COFF to OMF:
http://www.digitalmars.com/ctg/coff2omf.html
More information about the Digitalmars-d-learn
mailing list