You are not logged in.
Hi,
I convert 16 - Execute SQL via services to lazarus Error
error message : No RTTI available for IIRemoteSQL: please define the methods using a TInterfaceFactoryGenerated wrapper
how can i fixed this problem?
Jongruk Aripoo
Offline
Older FPC lack of the needed run time type information (RTTI).
1. Use a more recent revision of Lazarus/FPC, including the missing RTTI.
2. Generate the RTTI from Delphi - https://synopse.info/files/html/Synopse … #TITLE_670
Offline