Where to find COFF2OMF ?

tsalm tsalm at free.fr
Wed Oct 15 12:35:04 PDT 2008


Le Wed, 15 Oct 2008 12:08:51 +0200, Denis Koroskin <2korden at gmail.com> a  
écrit:

> On Wed, 15 Oct 2008 14:03:12 +0400, tsalm <tsalm at free.fr> wrote:
>
>> Hello,
>>
>> Where to find the utility COFF2OMF ?
>>
>> Thanks in advance,
>> TSalm
>
> This one?
> ftp://digitalmars.com/coffimplib.zip

Thanks.



I'm trying the command line :
c:\DMD\dmd\lib\Nouveau dossier>coffimplib Uuid.lib Uuid.lib_
Error: not an import library

:-(



I ever trying to use the LINK.EXE from Microsoft before, and COFFIMPLIB  
after.
But the linker seems to no support the arguments :

c:\Program Files\Microsoft Visual Studio 8\VC\bin>link /lib /convert  
"c:\DMD\dmd\lib\Nouveau dossier\Uuid.Lib"
Microsoft (R) Library Manager Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : warning LNK4044: option '/convert' non reconnue ; ignorée
Uuid.Lib(msp_i.obj) : warning LNK4221: aucun symbole public trouvé ; les  
membres archive ne seront pas accessibles
Uuid.Lib(mobsync_i.obj) : warning LNK4221: aucun symbole public trouvé ;  
les membres archive ne seront pas accessibles

** Translation :
c:\Program Files\Microsoft Visual Studio 8\VC\bin>link /lib /convert  
"c:\DMD\dmd\lib\Nouveau dossier\Uuid.Lib"
Microsoft (R) Library Manager Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : warning LNK4044: option '/convert' not recognized ; ignored
Uuid.Lib(msp_i.obj) : warning LNK4221: no public symbol foound  ; the  
archive members won't be reachable
Uuid.Lib(mobsync_i.obj) : warning LNK4221: no public symbol found ; the  
archive members won't be reachable


More information about the Digitalmars-d-learn mailing list