#C example problem
Ed,
Yes, I can see your point! Very easy to get confused (especially for a new
comer to the language – about a week in my case). Yes, I was able to compile
the Hello World demo that Lattice has in the front of their book.
Also, just found out what the problem was:
OpenLibrary(intuition.Library) is what the book indicates, but Dan James
(author of the Comm series of telecomm prgs) told me that the 'L' needs to be
lowercase or AmigaDOS will not accept it, so:
OpenLibrary(intuition.library) Which means it IS case sensitive.
AS far as I can tell, this is a little bug throughout the entire book!
Thanks very much for your assistance and offers of help. I hope I can take a
rain check…I'm sure I'll need it in the not too distant future.
Allen