[fpc-pascal] -Fu unit search path and network paths
Marco van de Voort
fpc at pascalprogramming.org
Mon Sep 21 12:35:53 CEST 2020
Op 2020-09-21 om 08:57 schreef LacaK via fpc-pascal:
>
>> Hi *,
>>
>> are supported in -Fu (unit search path) networks paths? i.e.
>> -Fu\\server\share -Fu\\server\share\path ?
> Correction: unit cannot be found only if it is placed in "share root"
> \\server\share !
> When is placed in \\server\share\path then it is found.
>
> Why?
Possibly Share vs directory. A directory has 4 slashes
(\\x\y\<something), a share two.
Try \\server\share\.
Note that probably none of this is supported, just coincidence because
Windows functions interpret it themselves.
More information about the fpc-pascal
mailing list