archwind
IntPtr handle = new IntPtr (????);
Engine engine = new Engine(handle); -- throws a null pointer assignment;
What is the context to point to? It obviously does not return a pointer to itself which I made that assumption.