On Fri, 12 Jan 2001 20:17:42 +0100, you wrote:
>So since I heard that Hitech-C is the best C compiler available for MSX,
>I got it from funet and started to do some tests. The problem is that
>the C.COM program seems to not work, or I don't know how to make it
>work.
Have you used the original CP/M version? That uses some CP/M specific
code, for GETENV for example. That does not work on MSX. I've
rewritten C.COM and the library to make it work on MSX. Look in
ftp.funet.fi for the arrchives plus sources.
>link -C100h -Ptext=100h program.obj libc.lib libf.lib nestor.lib
You need to link in the header file, I think it was originally called
cpm.obj:
link -C100h -Ptext=100h cpm.obj program.obj libc.lib libf.lib
nestor.lib
Pierre
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html