高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dwgdirect and borland c== builder 6
dwgdirect and borland c++ builder 6
dwgdirect and borland c++ builder 6
hello,
i've a few questions:
1. are dwgdirect libraries compiled with the "treat enum as ints" compiler option switched on ?
2. does dwgdirect change the 80x87 exception mask and rounding mode?
i found that many exceptions are due of dwgdirect expects enums to be 32bit wide. for example the
odcodepageid odexsystemservices::systemcodepage() const;
returns the code page id in al register but dwgdirect expects it on eax (that is ah and high word of eax must be zero). this yelds in dwgdirect failing to write dxf files (access violation while translating the codepage id to a string id, i.e. 30 -> ansi_1252).
it seems that the known issues (zero length files) about the oddbdatabase::writefile( ) call are realted to enums being passed as single bytes while dwgdirect expects them as full 32bit values with high bits zeroed.
any chance to see enums replaced by #defines or consts definition on next release? i think it can solve many compatibility problems.
marco cocco
marco cocco
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 01:31 amfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
|