Hi rejetto !
I reinstalled Delphi, and I try to install
only the necessary libraries to compile HFS.
The
dev notes.txt file refers to as necessary the use of ICS V7
I realize that if I install only ICS V7, it's impossible to compile HFS, in effect, the compiler will look for files
wsocket.dcu,
httpProt.dcu ... etc.
All files of ICS V7 starts by the prefix "
OverbyteIcs" (
OverbyteIcsWSocket.dcu,
OverbyteIcsHttpProt.dcu ...)
Only
ICS V5 and earlier don't contain this prefix, and permit to compile without errors HFS (
WSocket.dcu,
HttpProt.dcu ...)
So, I ask myself some questions:
Do I install versions 5 and 7 of ICS ?
ICS V7 perhaps is only used for one or two specific things that escape me?
Or I don't understand the movie, and in this case if you could enlighten me, it would be nice.