(06-08-2021, 04:58 PM)kudzu Wrote: Remy surely someone has archives/copies...? Put the call out?
I got these helpfiles (for Indy 10.5.8.3):
Indy10.HxS (approx 20 MByte) and Indy10.HxI (~ 2.5 MB)
Should I upload them ?
These are Microsoft compiled Help files and can be viewed with H2viewer_install_147 downloadable here:
https://www.helpwaregroup.com/download
(08-31-2021, 01:50 AM)rlebeau Wrote:(08-29-2021, 07:39 PM)wzehntner Wrote: [DCC Fataler Fehler] IdDsnSASLListEditorFormVCL.pas(62): F1026 Datei nicht gefunden: 'IdTCPConnection.dcu'
Make sure you are compiling the IndySytem160 and IndyCore160 packages (in that order) before compiling the IndyProtocols160 package. And that all of the .DCU files are being placed in the same folder, and that folder is on the compiler's search path. It should be by default. You should be able to just open those .DPK files in the IDE and compile and install them directly from the Project Manager. There is also an Indy160 project group so you can compile and install everything in a single go (in theory).
I tried the Indy160 project group. My RAD Studio XE2 seems to be seriously flawed. Now it can't find package "rtl"

Will try a repair/installation now
Edit: (1 hour later) after repair I have now Indy 10.5.8.0 (before was 10.5.8.3) BUT
- still can't find package rtl
- other projects can't be compiled at all. Error:
[DCC Fataler Fehler] POP3Tool.dpr(1): F1027 Unit nicht gefunden: 'System.pas' oder binäres Äquivalent (.dcu)
Edit2: alright, got it sorted out, was missing a path
Trying to build Indy 10.6, following were successful:
IndySystem160.bpl
IndyCore160.bpl
IndyProtocols160.bpl
Error dclIndyCore160.bpl
[DCC Fataler Fehler] IdDsnPropEdBindingVCL.pas(80): F1026 Datei nicht gefunden: 'IdIDN.dcu'
File exists in master\Lib\System
copying to Core =>> compiles now
Error dclIndyProtocols160.bpl
[DCC Fataler Fehler] IdDsnSASLListEditorFormVCL.pas(62): F1026 Datei nicht gefunden: 'IdIDN.dcu'
copying to Protocols =>> compiles now
In the instruction it says to install 2 design-time packages:
1. dclIndyCoreX0.bpl
2. dclIndyProtocolsX0.bpl
I can not find any of these files ...
Edit3: (3 hours later) I found old bpl-files from 2012
Where can I find the newer files ?