Page 1 of 1

Structures as return

Posted: Fri Nov 27, 2015 3:38 pm
by Lunasole
Its all about http://www.purebasic.fr/english/viewtop ... 47#p477247
The problem is not new and I even seen few topics about same issues, they didn't helped me anyway.

Of course using whole structures as a return value is bad idea [for perfomance], but having no support of such shit at last just for compatibility with DLLs using that is bad idea too.

Re: Structures as return

Posted: Sat Nov 28, 2015 9:16 am
by Fred
Not supported in PB, you will have to write a wrapper to access such function. Moved to feature request as it's not a bug.