Thanks for the hint.
I tried the code and was wondering what the pragmas are for? My compiler (CW7.0) is complaining:
Code:
Warning : illegal #pragmadate&Time.h line 20 #pragma CONST_SEG MY_DATE
Also, xref is an Undefined macro or opcode. Instead I tried:
Code:
DATE .long _LinkingDayTIME: .long _LinkingTime
which compiled.
Now how do I interpret the result? The code is converting an array of 11 character (_LinkingDay) or 8 characters (_LinkingTime) to a long.
Is this what I was supposed to do or I missed something?
Thanks,
Simon