Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
January 12, 2013 dmd link coff library | ||||
---|---|---|---|---|
| ||||
dmd reference coff library problem solved?2.0.61 can use it? How to use? |
January 12, 2013 Re: dmd link coff library | ||||
---|---|---|---|---|
| ||||
Posted in reply to master | On Saturday, 12 January 2013 at 04:45:01 UTC, master wrote: > dmd reference coff library problem solved?2.0.61 can use it? How to use? you need to link with coff? use this tool to convert coff to omf ftp://ftp.digitalmars.com/coffimplib.zip with x64 there is also should be possible to use coff libs directly because dmd would use visual studio linker |
January 12, 2013 Re: dmd link coff library | ||||
---|---|---|---|---|
| ||||
Posted in reply to evilrat | On Saturday, 12 January 2013 at 05:20:15 UTC, evilrat wrote:
> On Saturday, 12 January 2013 at 04:45:01 UTC, master wrote:
>> dmd reference coff library problem solved?2.0.61 can use it? How to use?
>
> you need to link with coff? use this tool to convert coff to omf ftp://ftp.digitalmars.com/coffimplib.zip
>
> with x64 there is also should be possible to use coff libs directly because dmd would use visual studio linker
I do not want to use implib this tool, would like to link native, Walter Bright is not to say you want to solve this problem.? How now?
|
January 12, 2013 Re: dmd link coff library | ||||
---|---|---|---|---|
| ||||
Posted in reply to master | On 1/11/2013 11:07 PM, master wrote:
> On Saturday, 12 January 2013 at 05:20:15 UTC, evilrat wrote:
>> On Saturday, 12 January 2013 at 04:45:01 UTC, master wrote:
>>> dmd reference coff library problem solved?2.0.61 can use it? How to use?
>>
>> you need to link with coff? use this tool to convert coff to omf
>> ftp://ftp.digitalmars.com/coffimplib.zip
>>
>> with x64 there is also should be possible to use coff libs directly because
>> dmd would use visual studio linker
>
> I do not want to use implib this tool, would like to link native, Walter Bright
> is not to say you want to solve this problem.? How now?
coffimplib was created to convert coff import libraries into a useable form for the 32 bit linker.
|
January 12, 2013 Re: dmd link coff library | ||||
---|---|---|---|---|
| ||||
Posted in reply to evilrat | Am 12.01.2013 06:20, schrieb evilrat: > On Saturday, 12 January 2013 at 04:45:01 UTC, master wrote: >> dmd reference coff library problem solved?2.0.61 can use it? How to use? > > you need to link with coff? use this tool to convert coff to omf ftp://ftp.digitalmars.com/coffimplib.zip coffimplib is for import libraries only Use objconv to convert COFF libraries to OMF: http://www.agner.org/optimize/#objconv |
Copyright © 1999-2021 by the D Language Foundation