D - C static lib to D
- Paul Frazee <Paul_member pathlink.com> Oct 12 2003
- "Walter" <walter digitalmars.com> Oct 16 2003
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
"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
defined in LIBC.LIB, a C static library. I have written the module for
need, but the DigitalMars linker is rejecting the LIBC.LIB. Do I need to
it or something?
Where did libc.lib come from?
Oct 16 2003








"Walter" <walter digitalmars.com>