It would be a lot easier if I could pass objects directly to and from a DLL, instead of their integer handle. I know objects still have to be kept track of internally, and I don't expect a dll to recognize objects created by the main program, but has anyone tried compiling a dll and passing objects to and from the main program?
C++ App BlitzMax DLL obj <--CreateThing:Object() obj -->DoSomething(obj:Object)