Thread overview
coff2omf
Jan 05, 2004
Robert M. Münch
Jan 05, 2004
Arjan Knepper
Jan 06, 2004
Robert M. Münch
January 05, 2004
Hi, I try to convert a library with coff2omf but end up with a 1024 byte file with mostly only 0s in it. I can remember that I once had this problem but can't remember how I solved it. Has anyone any tipps for me?

I try to get http://e4graph.sourceforge.net/e4install.html to run. The binary distribution contains .lib files and .exp files. I think I need to use .lib file, don't know what to use the .exp file for.

-- 
Robert M. Münch
Management & IT Freelancer
http://www.robertmuench.de
January 05, 2004
Maybe you were looking for this:

http://www.digitalmars.com/ctg/implib.html#coff2omf

Robert M. Münch wrote:

> Hi, I try to convert a library with coff2omf but end up with a 1024 byte file with mostly only 0s in it. I can remember that I once had this problem but can't remember how I solved it. Has anyone any tipps for me?
> 
> I try to get http://e4graph.sourceforge.net/e4install.html to run. The binary distribution contains .lib files and .exp files. I think I need to use .lib file, don't know what to use the .exp file for.
> 

January 06, 2004
On Mon, 05 Jan 2004 20:33:23 +0100, Arjan Knepper <arjan@ask.me> wrote:

> Maybe you were looking for this:
>
> http://www.digitalmars.com/ctg/implib.html#coff2omf
hm..
Hi, thanks a lot! I think that's the problem. Hm... where do I get this linker from? I downloaded the free .NET stuff. But the included linker doesn't support "link /lib /convert". Any idea?

Walter, would it be hard to add support for the new stuff to coff2omf? Robert