www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmd link coff library

reply "master" <djj shumtn.com> writes:
dmd reference coff library problem solved?2.0.61 can use it? How 
to use?
Jan 11 2013
parent reply "evilrat" <evilrat666 gmail.com> writes:
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
Jan 11 2013
next sibling parent reply "master" <djj shumtn.com> writes:
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?
Jan 11 2013
parent Walter Bright <newshound2 digitalmars.com> writes:
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.
Jan 11 2013
prev sibling parent David <d dav1d.de> writes:
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
Jan 12 2013