avoiding releasing foreign types
Posted: Sat Nov 14, 2015 10:08 pm
Hi
I'm wondering if we can add a generic way to pass the fact that a foreign value shouldn't be released. I'm encountering a crash on a function that returns a pointer to a static string. At the moment it seems doimport just has a hard coded true for release.
Cheers
Monte
I'm wondering if we can add a generic way to pass the fact that a foreign value shouldn't be released. I'm encountering a crash on a function that returns a pointer to a static string. At the moment it seems doimport just has a hard coded true for release.
Cheers
Monte