Thread overview
dmd link coff library
Jan 12, 2013
master
Jan 12, 2013
evilrat
Jan 12, 2013
master
Jan 12, 2013
Walter Bright
Jan 12, 2013
David
January 12, 2013
dmd reference coff library problem solved?2.0.61 can use it? How to use?
January 12, 2013
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
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
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
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