几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » AutoCAD二次开发 » DirectDWG
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


回复
 
主题工具 搜索本主题 显示模式
旧 2009-05-04, 05:12 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】build errors with dwgdirect 2.6.3

build errors with dwgdirect 2.6.3
build errors with dwgdirect 2.6.3
i have a software built with dwgdirect 1.4. now i want to build it with dwgdirect 2.6.3 but the build fail with the following errors:
error 24 fatal error lnk1181: cannot open input file '.\gsiacadloaders\debug\gsiacadloaders.lib' plotmaker
error 16 error c2664: 'odstring &odstring::format(const odchar *,...)' : cannot convert parameter 1 from 'const char [6]' to 'const odchar *' f:\plotmaker\plotmaker\gsiacadloaders\dxfhostappse rvices.cpp 165
error 14 error c2664: 'odstring &odstring::format(const odchar *,...)' : cannot convert parameter 1 from 'const char [45]' to 'const odchar *' f:\plotmaker\plotmaker\gsiacadloaders\dxfhostappse rvices.cpp 155
error 13 error c2664: 'odstring &odstring::format(const odchar *,...)' : cannot convert parameter 1 from 'const char [27]' to 'const odchar *' f:\plotmaker\plotmaker\gsiacadloaders\dxfsystemser vices.cpp 240
error 5 error c2664: 'fopen' : cannot convert parameter 1 from 'const odchar *' to 'const char *' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.cp p 50
error 22 error c2664: 'dxfhostappservices::readfile' : cannot convert parameter 1 from 'lpctstr' to 'const odchar *' f:\plotmaker\plotmaker\gsiacadloaders\dxffileloade r.cpp 141
error 11 error c2664: '_stat64i32' : cannot convert parameter 1 from 'const odchar *' to 'const char *' f:\plotmaker\plotmaker\gsiacadloaders\dxfsystemser vices.cpp 144
error 12 error c2664: '_stat64i32' : cannot convert parameter 1 from 'const odchar *' to 'const char *' f:\plotmaker\plotmaker\gsiacadloaders\dxfsystemser vices.cpp 174
error 10 error c2664: '_access' : cannot convert parameter 1 from 'const odchar *' to 'const char *' f:\plotmaker\plotmaker\gsiacadloaders\dxfsystemser vices.cpp 122
error 23 error c2593: 'operator =' is ambiguous f:\plotmaker\plotmaker\gsiacadloaders\dxffileloade r.cpp 939
error 2 error c2555: 'odwrfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 7 error c2555: 'odwrfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 18 error c2555: 'odwrfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 1 error c2555: 'odwrfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 6 error c2555: 'odwrfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 17 error c2555: 'odwrfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 72
error 4 error c2555: 'odrdfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 9 error c2555: 'odrdfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 20 error c2555: 'odrdfilebuf::tell': overriding virtual function return type differs and is not covariant from 'odstreambuf::tell' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 3 error c2555: 'odrdfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 8 error c2555: 'odrdfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 19 error c2555: 'odrdfilebuf::length': overriding virtual function return type differs and is not covariant from 'odstreambuf::length' f:\plotmaker\plotmaker\gsiacadloaders\odfilebuf.h 135
error 15 error c2440: 'type cast' : cannot convert from 'odstring' to 'wchar_t *' f:\plotmaker\plotmaker\gsiacadloaders\dxfhostappse rvices.cpp 165
error 21 error c2259: 'odrxobjectimpl<t>' : cannot instantiate abstract class f:\plotmaker\plotmaker\gsiacadloaders\dxffileloade r.cpp 131
can any one help me build properly?
thanks in advance.
gopal. (gpallem@gemcomsoftware.com)
read release notes for all releases you are upgrading through.
the reason of odchar related errors is that since 2.0 dd uses unicode. odchar is wode character now. so instead of strings like "some string" you need to use
l"some string"
length of streams is int64 now. you need correct your stream-derived classes.
sergey slezkin
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】bb6 problems yang686526 DirectDWG 0 2009-05-04 04:39 PM
【转帖】autodirect dwgdirect coexis yang686526 DirectDWG 0 2009-05-04 04:33 PM
【转帖】[翻译] metaprogramming with autocad (二) - 精华帖集合 yang686526 ObjectARX(VB.NET/C#) 0 2009-04-29 05:02 PM
open design alliance 的 dwgdirect与dwgdirectx yang686526 ObjectARX(AutoLISP) 0 2009-04-25 08:50 PM


所有的时间均为北京时间。 现在的时间是 03:01 AM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多