-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade ffi to 1.0.0 #12
Comments
maybe related issue |
Thanks! |
BTW, when building/hot restart an app with this qjs package, a lot of warnings (mostly number type related like Is this usual and allowed for c/c++ program without type cast? I am not familiar with c++, just try to clear the doubts. Thanks. |
Wonderful project! Have you encounter array problem in // C struct
struct TW_VERSION {
char[34] info;
} // dart class
class TW_VERSION extends Stuct {} I could get the struct address but fail to perform |
current
master
anddev
branch offlutter
is not compatible withffi 0.1.3
, almost all packages depends on ffi and ffi itself will build failed. It was warning before not error.The top level functions
free
andallocate
are moved into abstract class inffi 1.0.0
The text was updated successfully, but these errors were encountered: