arrow
Joined: 17 May 2005 Posts: 213
|
printf and PCW different versions? |
Posted: Wed May 10, 2006 5:40 am |
|
|
Hi
I have the following snippet of code:
Code: |
long int Ch0;
Ch0 = 523;
printf("+%2x%2x ", Ch0>>8,Ch0);
|
Now this works fine with a very old version of PCW (V2.686).
But when I use PCWH V3.242, the code compiles, but does not
give me the same vales on my PC.
Can someone please tell me what I am doing wrong?
Thank you
a. |
|