www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - COFF2OMF

↑ ↓ ← David <David_member pathlink.com> writes:
Hi!

I'm trying to compile a program which calls functions from a third-party
library, "FreeImage", an open source graphics library. But it seems the
library is in "COFF" format. I understand there's a utility called
"COFF2OMF" to convert a library to OMF format. Is it available for
download, or only on the Digital Mars CD?

Since the library is open source, I might be able to re-compile it with
the DM compiler, but I'm lazy, and would prefer to do it the easy way.

Thanks,
David.
Jan 16 2004
↑ ↓ → "Walter" <walter digitalmars.com> writes:
"David" <David_member pathlink.com> wrote in message
news:bu8vj4$rts$1 digitaldaemon.com...
 Hi!

 I'm trying to compile a program which calls functions from a third-party
 library, "FreeImage", an open source graphics library. But it seems the
 library is in "COFF" format. I understand there's a utility called
 "COFF2OMF" to convert a library to OMF format. Is it available for
 download, or only on the Digital Mars CD?

It's available on the CD or on the Extended Utility Package www.digitalmars.com/eup.html
Jan 18 2004