Sketter Posted January 31, 2009 Report Posted January 31, 2009 I tried to open a map over a network and i get infinite crash with "Critical error (Bad file name or number) in MDIForm_Load" and as for infinite, it closes and restarts after i hit ok on the error box.I need to win task it close.
Samapico Posted February 1, 2009 Report Posted February 1, 2009 Could you post the dcme.log?It must be trying to search for a related file or something...
Samapico Posted February 20, 2009 Report Posted February 20, 2009 Basically, the 'GetLongFilename' crashed for some reason... What does that function do anyway? What is a "short" filename? Is it those 8 characters thing with ~1 at the end?... Anyway... just added a simple if left$(shortfilename, 2) = "\\" then return shortfilename
Recommended Posts