| Title: | AMIGA NOTES |
| Notice: | Join us in the *NEW* conference - HYDRA::AMIGA_V2 |
| Moderator: | HYDRA::MOORE |
| Created: | Sat Apr 26 1986 |
| Last Modified: | Wed Feb 05 1992 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 5378 |
| Total number of notes: | 38326 |
Can anyone tell me where I can find the library file called:
exec_support.library
In particular, I'm looking for the CreateEXTIO and DeleteEXTIO
routines for a program that is reading MIDI data from the serial
port.
This is my first C program and I've only �had the Amiga for a week
now so it wouldn't suprise me if the library was someplace obiviou�s
and I just didn't see it. I didn't find it in any of the libs or
lib or devs or l areas� on any of my disks.
-- Mark
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 82.1 | A guess | COIN::WARD | Mon Aug 18 1986 09:56 | 11 | |
September/October AMIGA World on page 50 has an article on using
libraries from Amiga Basic. For example.... one of the 16 .fd files
is listed as "doslib.fd" but appears in BASIC as
LIBRARY "dos.library" [Right top page 53]
but is listed with a title "DOS_LIB.fd". So I guess the file
execlib.fd is a logical place to start.
Regards from a one who hasn't used C on Amiga yet
| |||||
| 82.2 | I found them... sort of | LATOUR::PRATT | Mon Aug 18 1986 13:50 | 13 | |
Well after I bought the library and devices manual I was one step
closer to finding out where these routines were. That manual then
refered to the exec manual appendix b. So I went out and bought
that too. The appendix had a listing of the routines I needed and
also said that the library was available on the lattice C disk
in one of the directories (I don't remember which one now) and
it wasn't there... oh well. The routines were small so I typed them
in.
-- Mark
| |||||
| 82.3 | C beginner | SHIRE::GANGUILLET | Wed Aug 20 1986 03:00 | 14 | |
Speacking of C, I also have some little questions
I recently bought a Lattice and try to learn C programmation.
For the moment I made succesfull compilation of the examples on
the diskette (except a SPEECHTOY program), and also some little
things.
But when I try to make the first programm of the INTUITION Reference
Manual (It's called "A simple window") it was impossible to compile
it.
Also in the august issue of the Amiga World there is an introduction
to the C programmation, and they speack about a way to prepare a
C-DEVEL disk, but without explain it.
If someone as advices for a beginner...
| |||||