Entry
Why do I get "Include file mm167reg.h not found" while compiling the Rubus Tutorial1?!
Mar 20th, 2000 05:29
jad elkhoury,
The original example in the Rubus tutorial includes the following code:
#include <mm167reg.h>
The use of "<>" implies that the mm167reg.h file exists in the standard
libraries paths as specified for the compiler.
There are two solutions for this problem:
1) replace the <> with "" around the file name. Then, add the file to
your project (Project->properties->Files)
2) Include the path where the file exists in your standard libraries
path