Why can't include the xgate.h in other C files excep main.c

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why can't include the xgate.h in other C files excep main.c

766 Views
zy
Contributor I

hello! every body!

I'm using XET256, I setup a project use XGATE, but why I cant't inclue xgate.h in other C files,except in main.c .when I include xgate.h in other C files, IDE report errors ,look attachment.

Labels (1)
0 Kudos
Reply
1 Reply

611 Views
kef
Specialist I

I think it is because _NEAR is not defined. Try including hidef.h before including xgate.h.

 

0 Kudos
Reply