ich benötige eine Oberfläche, um die Daten einer alte Paradox - Datenbank anzuzeigen.
Dafür wollte ich die Komponente TParadoxDataSet einsetzen. Leider kann ich diese nicht installieren.
Bei der Installation erhalte ich die Fehlermeldungen:
Code: Alles auswählen
Kompiliere Package lazparadox 0.1: Exit code 1, Fehler: 10, Hinweise: 1
paradoxds.pas(185,15) Note: Virtual method "SetFieldData(TField;Pointer);" has a lower visibility (protected) than parent class TDataSet (public)
paradoxds.pas(349,7) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(350,7) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(351,7) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(352,7) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(354,9) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(376,11) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(377,11) Error: Illegal type conversion: "PFldInfoRec" to "PtrRec"
paradoxds.pas(585,13) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(587,13) Error: Illegal type conversion: "PChar" to "PtrRec"
paradoxds.pas(588,11) Error: Illegal type conversion: "PFldInfoRec" to "PtrRec"
Code: Alles auswählen
Kompiliere Package lazparadox 0.0: Exit code 1, Fehler: 3
regparadox.pp(75,37) Error: Identifier not found "TParadox"
regparadox.pp(82,5) Error: Identifier not found "TParadox"
regparadox.pp(84,5) Error: Identifier not found "TParadox"
zur Anzeige bringen kann?
- Lazarus 1.6
- Win 7 / 64
Besten Dank
Jedi