Include File error
rmjsts
Posts: 19
I am sure I just having some kind of brain freeze or something, but can anyone tell me why when compiling my program I get a Syntax Error pointing to my Include files at the DEFINE_xxxxxx sections;
PROGRAM_NAME='LightingSystem1'
(***********************************************************)
(* FILE_LAST_MODIFIED_ON: 12/06/2011 AT: 14:12:01 *)
(***********************************************************)
DEFINE_CONSTANT
BTN1 = 601
BTN2 = 602
BTN3 = 603
BTN4 = 604
BTN5 = 605
BTN6 = 606
BTN7 = 607
BTN8 = 608
BTN9 = 609
BTN10 = 610
BTN11 = 611
In this instance I get errored for the DEFINE_CONSTANT line above. I have removed this axi file from the system and I get the same error on the next axi file except it is a DEFINE_EVENT line with subsequent BUTTON_EVENTs under that.
PROGRAM_NAME='LightingSystem1'
(***********************************************************)
(* FILE_LAST_MODIFIED_ON: 12/06/2011 AT: 14:12:01 *)
(***********************************************************)
DEFINE_CONSTANT
BTN1 = 601
BTN2 = 602
BTN3 = 603
BTN4 = 604
BTN5 = 605
BTN6 = 606
BTN7 = 607
BTN8 = 608
BTN9 = 609
BTN10 = 610
BTN11 = 611
In this instance I get errored for the DEFINE_CONSTANT line above. I have removed this axi file from the system and I get the same error on the next axi file except it is a DEFINE_EVENT line with subsequent BUTTON_EVENTs under that.
0
Comments
Have a great day...