| View previous topic :: View next topic |
| Author |
Message |
Odyssey Guest
|
Posted: Fri Dec 19, 2003 1:01 am Post subject: omf2coff |
|
|
Is there any tool available for converting omf libraries to coff libraries?
Or maybe a tool that would extract the object files from the lib then I can
convert the object files to coff format( already have an omf2coff tool) then
build a coff library with them.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com)[/url].
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/11/2003
|
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Sat Dec 20, 2003 12:01 pm Post subject: Re: omf2coff |
|
|
On Thu, 18 Dec 2003 21:01:05 -0400, "Odyssey"
<silk_odyssey (AT) hotmail (DOT) com> wrote:
| Quote: | Is there any tool available for converting omf libraries to coff libraries?
Or maybe a tool that would extract the object files from the lib then I can
convert the object files to coff format( already have an omf2coff tool) then
build a coff library with them.
|
In short - no.
Darko
|
|
| Back to top |
|
 |
Cactus Guest
|
Posted: Wed Dec 31, 2003 2:30 pm Post subject: Re: omf2coff |
|
|
| Quote: | Is there any tool available for converting omf libraries to coff
libraries?
Or maybe a tool that would extract the object files from the lib then I
can
convert the object files to coff format( already have an omf2coff tool)
then
build a coff library with them.
|
If you make it yourself, tlib.exe or lib.exe can extract object files on
library.
.......... maybe you can find helps in MASM v8, search it on google.
regards.
|
|
| Back to top |
|
 |
|