高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】need for adinit.da
need for adinit.dat
need for adinit.dat
i seem to be late on the dwgdirect bandwagon and have some basic questions which i cannot find in previous posts:
what is the use of the initialization file - adinit.dat.
even if i do not call odcharmapper::initialize(...) with this file, the dwgdirect library seems to work fine i.e. i can read the mtext entity correctly.
thanks
adinit.dat contains tables for converting characters between different code pages. it's not necesary if you open files created in the same code page as you have on your computer.
sergey slezkin
a bit more details:
on windows platform if adinit.dat is not used odcharmapper uses windows api for conversions between different code pages. but it works only for code pages installed on the computer.
sergey slezkin
|