I wrote and compiled a code using PCW compiler version 3.14 and worked ok. now i tryed to compile the same code using PCW compiler versione 3.242 but i've some problems:
setup_wdt(WDT_576MS);
and
setup_oscillator( OSC_4MHZ );
in last version compiler gives an error for this 2 instructions: 'Expecting an identifier' marking last bracket.
if i delete MS or MHZ compiler is ok and gives no errors.
In my .h file i find correctly both WDT_576MS and OSC_4MHZ
what is the problem??
do you think my program will be ok in case i remove those characters?
thanks
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Mon Feb 20, 2006 4:47 pm
The following program compiles with no errors with PCM vs. 3.242.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum