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

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】error in dwfimport under 1.13 (http://www.dimcax.com/hust/showthread.php?t=16084)

yang686526 2009-05-05 09:36 AM

【转帖】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...


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