Reply by Igor Janjatovic July 6, 20042004-07-06
> I have download PICC Lite Compiler form the website of HI-TECH.The
document of this C compiler said it support to MPLAB 6.xx.But I can see the
option of it in MPLAB v5.70.In "Project->Install Language Tool" I have
selected "PICC Lite

I think that you really need to download latest version of MPLAB.

Regards,
Igor


Reply by Bruce.J Sam July 5, 20042004-07-05
   I have download PICC Lite Compiler form the website of HI-TECH.The document of this C compiler said it support to MPLAB 6.xx.But I can see the option of it in MPLAB v5.70.In "Project->Install Language Tool" I have selected "PICC Lite Compiler".Yet I open the dialog box again,the option is still original not "PICC Lite Compiler".I created a test.c to test the compiler.the program only write like this:
     int main()
     {
          return 0;
     }
The compiled result has several error.Certainly,I think this is cause by I haven't succeed install PICC Lite Compiler into MPLAB v5.70.How to do if I want to use PICC Lite Compiler in MPLAB v5.70?