高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】non-roman dwg filenames - possible or no
non-roman dwg filenames - possible or not?
non-roman dwg filenames - possible or not?
hi,
which scrips are allowed for dwg file names that dwgdirect opens? we have tried japanese and cyrillic and those files cannot be opened. platform = mac os x 10.3.5, lib version = cfm (we use them with codewarrior 9.2).
oddbsystemservices::createfile() is responsible for creating an object implementing odstreambuf interface having got file name and desired access.
sample implementation of this object examples/exservices/odfilebuf.cpp uses fopen().
you can override createfile() in your odsystemservices to use another available on your platform file access functons.
sergey slezkin
|