Did something change for hx-ffi from 3.2.0 to 4.1.3 (win32 to win64)?

Some code that works on win_32, hx-ffi is failing now on win_64, latest neko and latest stable haxe.

Since it’s quite the adventure debugging ffi code, anyone know if something changed/some good hints about what may have changed that I should think about?

I am thinking this is quite possibly going to be an issue with a Pointer returned from c to neko, being invalid on a subsequent call. Maybe something needs to be taken into consideration with the latest neko or win_64.

Resolved, was not related to haxe runtime.