I'm trying to get my application to output a DXF file, for ACAD to import, but it's not happening.
I've got some code which exports the file from my application, and the file is fine when opened in various DXF/DWG viewers - obviously ACAD is a bit more picky.
My test output file (just a rectangle) is very sparse - it only has TABLES and ENTITIES sections. But according to the notes the code was created from, that shouldn't matter, missing stuff will just get defaulted. I suspect the file might be a bit too sparse for AutoCAD's liking.
Anybody know much about this? Or can point me in the direction of a good online resource. I already have the AutoCAD2008 DXF file format doc, but it doesn't tell me which bits I need and which I can do without.
Any assistance gratefully received.
James

