Generate Interface Unit

Hi,

I use the IDE → tools - > remote sdk & Data Abstract → Connecting to remoting SDK server…
to generate the interface unit.

when i put to the fmx project, it show below compile error.


[dcc32 Error] TemplServer_Intf.pas(2046): E2003 Undeclared identifier: 'IDataAbstractService'
[dcc32 Error] TemplServer_Intf.pas(2111): E2005 'IDataAbstractService_AsyncEx' is not a type identifier
[dcc32 Error] TemplServer_Intf.pas(2089): E2003 Undeclared identifier: 'TDataAbstractService_AsyncProxy'

As my project changed code-first, is it any step i missing or how to solve this ?

joe

Hi,

By some reasons, it misses DataAbstract4_Intf.pas in uses
Can you share generated _Intf, pls?
You can drop email to support@ for keeping privacy

Yes I also found it. Missing the DataAbstract4_Intf.

As before it is auto generated I also overlook it.

Hi,

it should generate DataAbstract4_Intf.

can you create a simple testcase that reproduces it, pls?


pls read https://talk.remobjects.com/t/remoting-sdk-for-delphi-vnext-new-features/18354/32 , what values of that defines you have?

yep will test it when finish the current task and let you know