I already got the part fro Clarion to DotNet 8 working - but now I am looking for a way to get data out of my Clarion program to my DotNet library, preferably by calling into Clarion and requesting the data.
So it looks a bit like this
Clarion – calls method on → DotNet Library — needs some extra data stored in → Clarion
First part I got, but I am looking for the second part - I know there is a TopSpeed Driver for .NET but as far as I can see it’s DotNet Framework - not DotNet 8 compatible
Sorry for the late reply - but what I meant was that I am calling from Clarion into my DotNet library - but now I want to call back into Clarion, for example to get extra information or trigger the display to be update - so it’s more like a bit of thread-to-thread communication between a running Clarion program which has an instance of a dotnet library running - communication would perhaps look as follows: Clarion – calls method on → DotNet Library — needs some extra data stored in → Clarion