Hi Barry,

I have just had the time to have a look at the example.c code in c:\lianja\extensions\

It's very well done and easy to follow. Thank you for the excellent comments in the code.

Also - thanks for including a usable example to illustrate how this works within the application and how it flows seamlessly.

This just works great.
Code:
myObject = createObject("example_class")
wait window myObject.Sayhello()
I am definitely going to do some videos on this since you have made it incredibly simple to work with.

Visual Studio 2010 is giving me all sorts of fits on my Windows 10 machine. I assume that I can use mingw32 for my compiles (I have QT and codeblocks installed).

Thanks again.

Herb