高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】failing in a reading one file
failing in a reading one file
failing in a reading one file
the attached file fails at readfile() call [in debug mode] when linking to debug libraries and this problem is reproducible in odamfcapp , in debug mode.
i am using 1.14 dwddirect and .lib version. why it happens so?
attached files
i see no faiulure. debug build gives assertion because of invalid time stamp data in file.
sergey slezkin
thanks for the reply. but i do not cleary understand the reason of this assertion. i do experienced similar problem in another drawing as well.
please convey why this time stamp assertion is occured.
timestamp is stored in file as 2 long integer values representing day and number of milliseconds past midnight.
the number of milliseconds should be less than
24 * 60 * 60 * 1000
sergey slezkin
|