I need to set up a way of communication between a VCL application and a FMX application (Have tried windows message, but it seems that this won’t work with FMX).
Although this communication only will be valid on the windows platform, the FMX application should be able to run on OS X
The FMX application is an in-house specialized help system that will be launched by the VCL application with startup and search parameters (The communication is simple - a few parameters is all that’s needed).
I have installed the trial version of RemObjects SDK on a suggestion from the embarcadero forum, but it would be nice if someone could set me of in the right direction. I see that RemObject also supports Windows messages - if this will work on VCL / FMX I would like to go this way.
So my question boils down to: can someone set up a simple example on how to use the WinMessageServer and a Client (Without all the overhead in the MegaDemo)?
Thanks
Petter