antonk,
I’m sorry for posting on an old thread, but I’ve been searching for hours and this is the only hit I could find that was even close to the issue I’m having. I’m easily able to define the events in the interface, but I’m missing the step where that interface is consumed on the delphi side. I’ve created a Visual Plugin with two events:
If I had a very simple .net plugin. Say, it only has a button on it.
How, using this process, would I set up a Delphi host to respond to the button click.
When the button is pressed in the c# plug in, I want the Delphi host to ShowMessage(‘Clicked’)
I’ve been playing with the steps defined in this thread, but cannot figure it out. I’m every experienced with .Net, not so much with Delphi so that is where I need the assistance.