Hello,
I have a console/debug project in Delphi 2007.
The compiler complains it cannot find the following file:
Z:\Delphi\Technology\TDataTransferCommunication\version 1.29 implement
integrity method for protocol 2 and multiple integrity
methods\DebugProgram\version 0.11 test improved integrity implementation and
maybe even crc32 checking\unit_TdebugHash_version_001.dcu
The uses clausule simply looks like:
uses
unit_TdebugHash_version_001 in 'unit_TdebugHash_version_001.pas';
Project is in the same folder.
Files are located on a FileDisk Image.
So I see a couple of possibilities:
1. Delphi 2007 IDE or the Delphi 2007 compiler is limited to 255 characters
for a filepath/filename ?
2. Windows XP X64 Pro is limited to 255 characters for a filepath/filename ?
3. FileDisk Image is limited to 255 characters for a filepath/filename ?
This requires further investigation.
I shall make some other projects with insanely long folders and filenames to
see what happens ;)
STAY TUNED ! :(
Bye,
Skybuck.