高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】compile errors using dwgdirect alpha version
compile errors using dwgdirect alpha version
compile errors using dwgdirect alpha version
when i try to build my app using the new libraries, i get a bunch of error messages like 'cannot convert const char *' to 'const unsigned short *' and vice-versa 'cannot convert const unsigned short *' to 'const char *'
i am sure this has something to do with unicode. i have defined "unicode" and "_unicode" in the compile settings.
i am not using precompiled headers like odamfcapp.
what am i doing wrong?
look at build notes in 2.0 release notes.
note that odchar is wide character now.
btw, client application can be unicode or not. but odchar is always wide character.
sergey slezkin
|