You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using Dynamic type via haxe-c-bridge and it works! The most interesting part is happening due to memory alignment ( see printDynamicType function ).
Now I wonder if there is a better way to get ValueType ( outside of the Haxe code or by reducing the Haxe code ).
Edit:
I tested this using Win32 because I don't have 64 bit version of cl, can't compile 64bit version even gcc 64 bit version is used ( see #38 )
Hello,
I tried using Dynamic type via haxe-c-bridge and it works! The most interesting part is happening due to memory alignment ( see printDynamicType function ).
Now I wonder if there is a better way to get ValueType ( outside of the Haxe code or by reducing the Haxe code ).
Edit:
I tested this using Win32 because I don't have 64 bit version of cl, can't compile 64bit version even gcc 64 bit version is used ( see #38 )
[ add to src/Main.hx at Main class ]
[ add to App.c ]
The text was updated successfully, but these errors were encountered: