高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem of how to build in mfc of vc 6.0
problem of how to build in mfc of vc 6.0 ?
problem of how to build in mfc of vc 6.0 ?
i created a project with mfc in vc 6.0 and added the files of exservices
project ( one of the examples in version 1.14 of dwgdirect ); when i built
the project, there were some errors , the report of which is
" exgirasterimage.obj : error lnk2001: unresolved external symbol "public: static struct odarraybuffer odarraybuffer::g_empty_array_buffer" (?g_empty_array_buffer@odarraybuffer@@2u1@a) "
i thought the reason is that the static variable was not initialized; i almost
added all libs, but the errors were still there.
how can i solve this problem?
thanks!!!
it seems you forgot dd_root library.
sergey slezkin
|