Understandably so. �I believe the issue is the callback selector in place in recreateSpecialObjectsArray. �It needs to be
� newArray at: 54 put: #invokeCallbackContext:.
not the older
newArray at: 54 put: #invokeCallback:stack:registers:jmpbuf:.
And you need to have�invokeCallbackContext: implemented in Alien class.
HTH
�
Any better ideas?� My next inclination is to set breakpoints in all of the callbacks to seee if any of them get hit.� I can't see why they would, but it's possible - especially given other weirdness that I have observed in GSL.� It work,
but it's a little rough around the (design/elegance) edges at times.
Bill