In VFX 5.41 I'm still having trouble with OSCalls that require or return floating point parameters. For example, the following Cocoa Call should return two floats, but instead returns none:
COCOA: @locationInWindow ( -- ) ( -- nspointx nspointy ) \ Returns the receiver’s location in the base coordinate system of the associated window.
This OS call and many others using floats as input or output worked fine in vfx 5.2 with SSE (and the associated Cocoa package from Roelf.)
In 5.41 I'm using the SSE Float system, which is working well in every other respect. Would it work better with the NDP Float system? OR change back to the previous 5.2 Cocoa package?
Any advice would be welcome.
thank you,
Bruno Degazio