|
From: Hans-Bernhard B. <HBB...@t-...> - 2012-06-21 18:59:32
|
On 21.06.2012 06:45, Tatsuro MATSUOKA wrote: > On the DOSBOX, file name of 8.3 format only allowed so that datablock.h > permitted. That's not quite it. Just because the actual name doesn't fit into the 8.3 scheme doesn't mean the file cannot be available, and findable. That only applies if the file system supports long names (LFN), but DOS has been restricted to 8.3 format only. This used to happen a lot back in the days when Windows NT didn't support the LFN API in its DOS sessions. The solution is to either install a LFN driver inside the DOSBOX system, or copy files from the host system into the DOXBOX such that they end up with properly shortened 8.3 names. DJGPP will find databloc.h if it's looking for datablock.h |