Help with .net product wrapper for Clarion

Hi guys,

I’d like to ask if someone is willing to check the .net example and code for tightvnc sdk.

Here is the link: Trial package

I would like to know if based on this package it’s possible to create a wrapper so I could use this sdk in CW11. Example is in c# (solution) including core (api), wpf and winforms options.

I’m willing to pay for this of course.

Thank you!

Bostjan

Sounds like a perfect project for an Ai to do. If you havent had much success by next week, why not ask @John_Hickey to build a wrapper for it during next weeks Ai workshop.

fwiw.

1 Like

You will need to setup a C#/Dotnet project and create a NativeAoT Library which you can hook up to your Clarion project - I’ve been doing this already, so if you need help, just say so and I can see what I can do

I would appreciate all the help I can get, yes. If it’s not too complicated, I’m willing to learn how to do it, also for the future projects that might pop up. When I need to work with some c++ dlls with exported methods, thru creating a .lib and so on, I’m usually ok, but with c# I don’t know where to even begin.