PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Apr 12, 2006 9:55 am |
|
|
That version number is from the Windows property box, that you
can see by right-clicking on the compiler icon.
What is your real compiler version ? It will be a number like
3.191, or 3.245, etc.
There are at least three ways to find it:
1. Compile a test file, and look at the top of the .LST file, which will
be in your project folder. It will show the version.
2. Click on Start/Programs, and then find the entry for CCS.
It might be called "PIC-C". Then click on the icon for "Compiler Version".
2. Open a DOS window and go to c:\Program Files\Picc
and run this command line: CCSC +v |
|