i’m struggling creating a visual wpf plugin in a Delphi host application.
I got the wpf plugin programmed and the host.
In the host I can visualize the plugin and send commands and data to the wpf plugin, all fine.
But i need to receive messages from the wpf plugin and process them in the Delphi host application.
I can’t get this to work.
Is there no simple sample how to do this?