查看单个帖子
旧 2009-05-05, 09:36 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】error in dwfimport under 1.13

error in dwfimport under 1.13
error in dwfimport under 1.13
i am trying to read the attached dwf file into dwfimporter. it worked ok in 1.12 but crashes in 1.13. i am usign the following code:
pdb = svcs.createdatabase();
oddwfimportptr importer;
importer = createimporter();
if ( importer.isnull() )
return false;
importer->properties()->putat( "database", pdb );
importer->properties()->putat( "dwfpath", odrxvariantvalue( odstring(inf) ) );
importer->properties()->putat( "password", odrxvariantvalue( odstring("") ) );
importer->properties()->putat( "paperwidth", odrxvariantvalue( 297. ) );
importer->properties()->putat( "paperheight", odrxvariantvalue( 210. ) );
importer->import();
attached files
it is a bug, it is fixed, fix will be available in the nearest update.
thank you for your report.
bug fix
quote:
originally posted by wvk
it is a bug, it is fixed, fix will be available in the nearest update.
thank you for your report.
any idea when that will be? can i get the fix sooner?
what compiler do you use?
do you use dd as dlls or libs?
quote:
originally posted by wvk
what compiler do you use?
do you use dd as dlls or libs?
we use msvc 6 with static libs.
dwf fix
quote:
originally posted by wvk
what compiler do you use?
do you use dd as dlls or libs?
i would like to get this fix too if i can. i use the dd_vc6md libraries.
thanks...
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)