by rugxulo@[EMAIL PROTECTED]
Dec 29, 2007 at 11:36 AM
On Dec 22, 5:43=A0pm, Alan <a...@[EMAIL PROTECTED]
> wrote:
> Is it possible to link in a Turbo C v2.0 .LIB for use in Free Pascal?
Not directly. AFAIK, a DOS .LIB is really just a collection of .OBJ
(OMF) files. So you need something that will translate that to DJGPP/
COFF format (assuming you can't just easily recompile) for use with
FPC/DOS.
Try this (needs HX Win32 emulation if running in pure DOS), but I
dunno if it really works perfectly (haven't really tested it):
http://www.agner.org/optimize/#objconvhttp://www.japheth.de/HX.html
P.S. See here for links to newer FPC/DOS snapshots (> 2.0.4):
http://www.bttr-software.de/forum/board_entry.php?id=3D2156#p2156