-
Notifications
You must be signed in to change notification settings - Fork 104
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
Trying to store loaded function #155
Comments
Well, the last sentence does explain it all, doesn't it? There are plenty of different approaches to ensure that The ecosystem also has some options that combine a |
For what it is worth, some of the issues you've encountered are related to #46, which is unfortunately still isn't easily solvable in the present-day Rust (due to |
Can you please explain your thought about flags? I didn't really work with such things before, so sorry about this question |
Some of the targets support options to loading functions like Linux's |
I have already realized it via the |
ig I can close the issue |
I want to store function somewhere to invoke it later in the code but every time I try to do it, rust throws
STATUS_ACCESS_VIOLATION
error. If I storeSymbol<fn()>
then it says thatLibrary
"does not live long enough"The text was updated successfully, but these errors were encountered: