Mail Archives: djgpp/1999/12/29/09:47:08
On Sun, 26 Dec 1999, John & Susie wrote:
> Would not denying long filename support in DOS 6.x have anything to do
> with Rhide occasionally failing to load an Allegro .dat file when an
> executable is run from within Rhide?
I find it hard to believe that long file names could have anything to do
with this problem. The DJGPP library senses whether the long file names
are supported, and if not, automatically switches to using legacy DOS
functions for 8+3 names.
> I have an intermittent problem of
> this sort, yesterday Rhide wouldn't run a program that loads a font
> file, today it does? This makes no sense, something external is going on
> here, any ideas on what to check?
Sounds like some uninitialized memory somewhere.
I suggest to put debugging printf statements near the code which loads
the file, and see what do they print when the file fails to load.
- Raw text -