Support shared libraries #254
Unanswered
tiztrinity
asked this question in
Q&A
Replies: 1 comment
-
I think so. afaik .library files are also just hunk exe files. However, be warned that you will not be able to debug (set breakpoints, watch variables) in .library files loaded by OpenLibrary |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to create my own shared .library file using the current toolchain?
What I would like to achieve is to put some code inside a library and load/unload it on demand using OpenLibrary/CloseLibrary
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions