Hello,I've got a function in a wx object that I'm writing XS for that returns a another object, which doesn't inherit from any wx classes, by value (not a pointer to object), meaning the O_WXOBJECT, O_NON_WXOBJECT, T_PTROBJ and T_PTRREF typemaps give the error "cannot convert 'wxWebViewDOMElementInfo' to 'const void *' in argument passing" error.
Is there a 'right' / best way for returning objects by value from C++? -- Ryan
