problem converting .dwg 2004 to 2000 .d**
problem converting .dwg 2004 to 2000 .d**
i wrote a program that converts autocad 2004 .dwg files to autocad 2000 .d** files.
pdb->writefile(&odsb,oddb::kdwg,oddb::kdhl_1015,fal se,16);
it makes the file but autocad 2002 dies when opening them (whether the file is .dxf or .dwg it doesn't report an error-it just quits.)
if it is a .dwg file, ac asks about shape files and briefly flashes the drawing before wuitting.
it opens the file fine if i save it as an r14 file (.dxf or .dwg)
pdb->writefile(&odsb,oddb::kdwg,oddb::kdhl_1014,fal se,16);
is this a known issue of do i need to do something extra for 2000 files?
brian
brian p. mccarty
software engineer
nmt corporation
www.nmt.com
this should work. can you duplicate the problem in our odcopyex sample app? if so, please send a 2004 drawing that can be used to replicate the problem to
support@opendwg.org and we will look into it.