-
Notifications
You must be signed in to change notification settings - Fork 15
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
All targets #52
Comments
Thanks for the links! I'm working on a restructuring of
"Prototype" means I have a build that for now just sends ints back and forth. "Dynamic link" vs "static link" refers to whether the glue code itself is part of the compiled binary. For C++ the code is generated directly so it does not make much sense to generate code that dynamically links to glue code (that will then dynamically link to a native library). Likewise for HL/C although I'm not yet sure how I can accomplish this. Regarding SWIG: I guess |
The underlying framework |
This list is only for documenting which interfaces exist.
(what can help is to autogenerate swig files? http://www.swig.org/)
The text was updated successfully, but these errors were encountered: