faqts : Education : Courses : Technical : RIP : Implementation : Tasking

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 5 people (20%) answered Yes
Recently 0 of 4 people (0%) answered Yes

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