Re: A89: Re: Re: Libraries!!!


[Prev][Next][Index][Thread]

Re: A89: Re: Re: Libraries!!!




That's not so.  I wrote a program using the DoorsOS libraries, and sent it to my calculator.  When I
sent the .89z libs from the DoorsOS directory, my program worked fine, but when I sent the .89z libs
from the PluShell directory, my program gave the "Library needed: util" or whatever message on the
status bar says...

My question is not how to use libraries, but which ones to use...

-Miles Raymond

-----Original Message-----
From: Daniel7073@aol.com <Daniel7073@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Tuesday, December 15, 1998 11:48 PM
Subject: Re: A89: Re: Re: Libraries!!!


>In a message dated 12/14/1998 4:52:37 PM Pacific Standard Time,
>m_rayman@bigfoot.com writes:
>
>> Well, I would like to use the libraries, but right now, since there is no
>> standard, I am making all of my programs use the library functions as
>macros,
>> and it's difficult to do (for me).  I've tried with the libraries, and
>> overall, it saves about 12,000 bytes of memory on my calculator, it's just
>> that I don't know which to use to make less of a hastle for other people.
>
>Just include the header file like this:
>include "libname.h"
>
>Then use the functions like this:
>
>bsr libname::funcname
>
>Feel free to use any of the libraries.  the libs that come with DoorsOS and
>Plusshell are fully compatible, so you can use either one.
>
>Daniel Imfeld