高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】error with odrxobjetptrarray
error with odrxobjetptrarray
error with odrxobjetptrarray
hello
sorry my english.
when i use odrxobjectptrarray with lib dd_root_dll.lib i have the link error odarraybuffer::g_empty_array_buffer not found.
if i use dd_vc2003md_root.lib i have no error
i which dll lib is g_empty_array_buffer ?
best regards
werner stratmann
*root.lib is static library
*root_dll.lib is import library for ddl.
if your project uses dll configuration of dwgdirect you should define _toolkit_in_dll symbol in your project.
sergey slezkin
thanks, it works fine
|