RemObjects SDK on Typhon

Hello,

I installed the RemObjects_Indy_CodeTyphon and RemObjects_Server_Indy_CodeTyphon packages in Typhon v5.9 and when I add the TRORemoteService component to the form and compile the project, it shows me the message: "unit1.pas (9,3) Fatal: Can’t find unit URORemoteService used by Unit1 ". Note: uRORemoteService was automatically added to the source.

The truth is I do not know if I’m doing something wrong, because I’ve only worked on Delphi and Embarcadero without problems, and I can not find a Library path on typhon or would I have to put the rem sources in my project?

What I need is to create a rem client in Typhon to be able to build the project in an executable compatible with RaspBerry.

Best regards.

try to add RemObjects_Core package into uses

I already solved it, I added all rem packages to the project from Project-> Project Inspector …-> Required Packages-> Add…

RemObjects_Server
RemObjects_Core
RemObjects_Indy_CodeTyphon
RemObjects_Server_Indy_CodeTyphon

thanks EvgenyK