高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】compile error with japanese environmen
compile error with japanese environment.
compile error with japanese environment.
version 2.06.03
i always modify a file "odtimestamp.h" when i get new update.
odtimestamp.h
------------------------
423 /** description:
424 returns this timestamp object as long.
425
426 remarks:
427 packedvalue returns the number of seconds elapsed since midnight, january 1, 1970, universal (greenwich mean) time.
428
429 if this timestamp object contains a date before midnight, january 1, 1970, utc,
430 or after 3:14:07 on january 19, 2038, ut, packedvalue() returns ?.
431 */
------------------------
character "?" in line 430 is unacceptable for japanese environment. it makes a compile error because it is not shown in codepage932.
could you please replace this character to "-1" or save this file as unicode?
hello,
you are right. there is symbol with code 0x96 instead of '-'. we will rorrect it in near release.
thank you for report.
best regards,
sergey z.
|