go get it at the Hitech official page, it's free.
greetings,

Nestor wrote:
> 
> Hi ppl, long time without my news, eh? Well, AFAIK I still alive.
> 
> Recently I started to get interested in C, since my free time becomes
> smaller every day and I can't afford the big time spent required by the assembler
> programming.
> 
> 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. So I made my own program, C.BAT, which executes all the compiler
> parts sequentially.
> 
> Well, teh problem comes with the linker. I execute the following:
> 
> link -C100h -Ptext=100h program.obj libc.lib libf.lib nestor.lib
> 
> ...and I obtain an error like:
> 
> undefined symbols:
> shll
> _exit
> amod
> 
> ...and other symbols which I didn't define, they are internal symbols
> of the compiler. I read on the manual of the compiler: "If you get this
> error with unknown symbols, specify the library name again". So I did
> it:
> 
> link -C100h -Ptext=100h program.obj libc.lib libc.lib libf.lib libf.lib
> nestor.lib nestor.lib
> 
> ...and I obtain the same error but with different symbols!! So my
> question is: how the hell must I use the LINK program???
> 
> BTW I want to develop some libraries for accessing DOS 2 functions.
> Someone has anything like this?
> 
> Thx ppl (I'm bcming a little lazy w the kbd...) X-)
> 
>      *** XIX MSX USERS MEETING IN BARCELONA: APRIL 29th 2001 ***
> 
>--------------------------------------------------------------------------------------------------------------------------
>                               Konami Man - AKA Nestor Soriano (^^)v
>          http://www.konamiman.com    -     [EMAIL PROTECTED]
>                                              ICQ#: 18281450
> 
>  "Celebrating the imprudences must be unfailingly consequent with it said,
> not for the fact in itself, but for some that another onomatopoeia to the use"
> 
>--------------------------------------------------------------------------------------------------------------------------
> 
> --
> For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

-- 
Jorge Vidal Wulff 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
ICQ #: 14288604
Licenciatura en ciencia de la computación.
Depto. de Matemática y ciencia de la Computación.
Universidad de Santiago de Chile - USACH.

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to