hello
save .dxf file for r14 failed
i use the dwgdirect is 2.05.8
i saved .dxf file of r14 version, but it failed .
the code is
oddb::savetype odsavetype(oddb::kdxf);
oddb:wgversion oddwgversion(oddb::vac14);
ptroddb->writefile(&odwrfilebuf, odsavetype,oddwgversion , true );
there is assert " dwgversion > oddb::vac14"
why ? thank you very much
last edited by
zwz@caxa.com; 27th september 2008 at 03:05 amfff">.
is it possible to reproduce the problem in 2.6.3?
if yes than attach a sample file please (which gives assert in odamfcapp while saving to r14).
a few months ago we fixed a bug which was resulting in writing to dxf new group codes which are unknown for autocad r14. ac r14 can't load such dxf files.