CompuServe Thread

machine.h

2 messages in this thread
#125489From: Scott AinbinderMay 19, 1988 7:57 PM
all machine.h While using the Compute "learning graphics on the amiga and atari st" book, I was unable to execute program 2-4. figs.c. I am just learning C, and use Lattice C version 4.0. The program uses: #include "machine.h" and I receive an error-3 file not found when I try to compile it. I can't find machine.h anywhere and I am not sure how to tell compiler where to find it? Any help would be great! Thanks – Scott
#125522From: Michael St. LaurentMay 19, 1988 11:50 PM
Machine.h is an include file that you will find near the end of the book. You will have to type it in. It contains definitions that tell the generic programs listed in the book how to work on the Amiga instead of that other machine (Sorry, just cant bring myself to say it! <grin>). MSL