PDC compiler
>> …'amiga.lib'… Do you know for sure if this file is included >> with
DICE…?
Yes. Absolutely. Would I lie? :^)
Actually, DICE comes with two versions of amiga.lib: DCC1, the "regular"
compiler disk uses a version named amigas.lib for use with the small
data/small code model, the default. DCC2 comes with the regular amiga.lib.
Everything you need (except experience & the RKMs) to write Amiga programs
comes with DICE. You get the stripped includes & the commented includes
(along with the assembler ".i" files). You can even set up DME (the editor)
to auto reference the includes & DICE docs, place your cursor over a
structure name and hit CTRL-] and a window pops up with the structure
definition from the includes. I always forget the printf modifiers, so I
just place the cursor on the P in printf, hit ^] and I get a complete list,
niffty!
Sorry to take so long to get back to you, busy busy busy!