PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Feb 08, 2006 1:13 pm |
|
|
Quote: | i have a pcwh ver. 3.6.0.10 .. |
That's not the real compiler version. You got that number by
right-clicking on the .EXE file and viewing the Properties.
The real version will be a number like 3.148, or 3.242, etc.
Can you post the real version ?
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 |
|