高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to readwrite the proxys data fromto binary steam
how to read/write the proxy's data from/to binary steam?
how to read/write the proxy's data from/to binary steam?
i use dwgdirect c++ verion 2.04 libary.
i should read od*db*proxy*entity and oddbproxyobject's internal data to one binary stream bfile when read from dwg files and write the bfile back to od*db*proxy*entity and oddbproxyobject when write data to dwg files, but the class od*db*proxy*entity and oddbproxyobject have not such function to do!
please give me some proposes!
cadrd
# 26th october 2007, 01:51 am
junior member join date: dec 2003
location: beijing p. r. china.
posts: 14
maybe use odbagfiler class?
maybe as follow:
first, instanced a odbagfiler instance filer,
then, call oddbproxyentity::dxfout( &filer) to save the datas to filer.
and save the filer to one stream,
finaly call construct the filer from saved stream, and a oddbproxyentity
instance, call oddbproxyentity::dxfin(&filer).?
cadrd
# 30th october 2007, 05:26 am
registered user join date: sep 2003
location: russia
posts: 1,828
yes, you may do so.
vladimir
vkalinin
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 09:29 pmfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
maybe use odbagfiler class?
maybe as follow:
first, instanced a odbagfiler instance filer,
then, call oddbproxyentity::dxfout( &filer) to save the datas to filer.
and save the filer to one stream,
finaly call construct the filer from saved stream, and a oddbproxyentity
instance, call oddbproxyentity::dxfin(&filer).?
yes, you may do so.
vladimir
|