Quote:
Originally Posted by avitzur
hi,
I try to use kevin's encoder
I opend the project :'encoder.mcw'
but I get en errors :
'encoder.c:130:Error [1205] unknown member 'INT3IP' in '___tag_223'
'encoder.c:130:Error [1131] type mismatch in assignment'
what can I do ???
thanks.
|
You can do two things. First, read the documentation that came with the code you're using.
Quote:
|
Originally Posted by EncoderReadme
The p18f8722.h header file included with the C18 2.4
compiler may have an error that will prevent you from
compiling this software. If you get an error like:
...Error [1205] unknown member 'INT3IP'...
You'll need to replace your copy of p18f8722.h with the
version included with this project. If you installed your
compiler using the default path, this file should be located
at c:\mcc18\h.
|
Second, learn about the wonderful search facility here on the Chief Delphi forums. Searching for the keyword
INT3IP provides plenty of information that explains the problem and its solution.