On 30.05.2014 08:50, Joachim Geidel wrote:
Yes, this page helped, but as you wrote: basic and simple example - the more involved stuff remains undocumented. When working on JNIPort, I struggled with simple things like de-referencing a pointer to a pointer to a struct etc. - I didnât find documentation for this, and this is a basic feature in my opinion. Looking through blog posts and the mailing list archive, I didn't find it so hard to work with (yet), but I am also just dealing with opaque types. One thing I'd wish to learn more about is proper resource management - the library I am using is constructing a tree of connected structs, and I haven't found a recipe how to deal with that (integrating with the pharo vm garbage collector).
<thread_hijack>Silly question: where can I find information about finalization et al in Pharo/ Squeak? My google searches didn't yield any results that where easy to understand.</thread_hijack>