Hi all, I am using uVision 2.02, C166 V4.02. Using file compare, I discovered that the hex file created was different on Windows 98 and Windows 2000. May I understand if there is any impact on the software execution? Regards, Soon Heng
Are you using anything like __FILE__, __DATE__, or __TIME__ - which would obviously affect the generated code..!
Dear Andy Neil, Well, there is a big change in the hex file due to the different library files. It was my mistake as a newer library files was received from Keil but only unzipped on one machine. But you are right that, with using __DATE__ and __TIME__, there is right now only 1 hex format difference observed. :)