RE: [Plib-devel] Importers/Exporters
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-03-22 06:10:36
|
Steve wrote: > The only problem (at present) is that when something goes wrong with > the file load/save process, you know that it went wrong - but there > is no way to tell WHY it went wrong. > > SSG really needs a comprehensive ssgGetError() system. i'm using a few printfs sprinkled through ssgLoadASE to give detailed information. ssgGetError() => SSG_ERR_MALFORMED_VERTEX is less helpful than foo.ASE, line 6: missing z coordinate on the console. but if you want to spec something out i don't mind implementing a more formal error handling method. |