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
Turns out I need to also declare the get_foo function in the extern.
But that's weird because instance properties (i.e. non-static) work without the getter declaration in the extern.
cpp host code:
cppia script code:
and
Test.hx
file for bothwill result in error:
The text was updated successfully, but these errors were encountered: