#1 2018-06-15 04:31:03

xchinjo
Member
From: Thailand
Registered: 2016-04-29
Posts: 41
Website

convert 16 - Execute SQL via services to lazarus Error

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

#2 2018-06-15 07:40:04

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: convert 16 - Execute SQL via services to lazarus Error

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

#3 2018-06-15 08:29:02

xchinjo
Member
From: Thailand
Registered: 2016-04-29
Posts: 41
Website

Re: convert 16 - Execute SQL via services to lazarus Error

Thank you.


Jongruk Aripoo

Offline

Board footer

Powered by FluxBB