高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dd performing write operation during read
dd performing write operation during read
dd performing write operation during read
i have my own implementation of odrxobjectimpl<odstreambuf> class.
it appears that dd is calling its putbytes() function when i try to read the attached dxf file into my application. this means any users file will be modified by this action!! is this a bug. please take a look.
thanks
alex
attached files
i could not reproduce this behaviour (and it looks highly improbable).
vladimir
quote:
originally posted by wvk
i could not reproduce this behaviour (and it looks highly improbable).
dd doesn't do it with most of the files i have.
but for the attached file, it is doing this. please check with the attached file.
i am using dd1.13.02 on win vc7.
thanks
i tried odamfcapp file/open with this file. "putbytes" was not called.
vladimir
oops...i was messing up with the length() function which resulted in putbytes to be called.
my apologies.
|