www.digitalmars.com         C & C++   DMDScript  

D - C static lib to D

reply Paul Frazee <Paul_member pathlink.com> writes:
I am trying to use some functionality of IO.h, the functionality of which is
defined in LIBC.LIB, a C static library. I have written the module for what I
need, but the DigitalMars linker is rejecting the LIBC.LIB. Do I need to convert
it or something?

Thanks.

Code hard, die young.
Oct 12 2003
parent "Walter" <walter digitalmars.com> writes:
"Paul Frazee" <Paul_member pathlink.com> wrote in message
news:bmckjk$2obo$1 digitaldaemon.com...
 I am trying to use some functionality of IO.h, the functionality of which
is
 defined in LIBC.LIB, a C static library. I have written the module for
what I
 need, but the DigitalMars linker is rejecting the LIBC.LIB. Do I need to
convert
 it or something?
Where did libc.lib come from?
Oct 16 2003