Replies: 1 comment 1 reply
-
yes, this should be possible as long as you are using the same instance. Make sure to put critical sections guards around the access. Note, I have not tested this situation at all so you will have to report any issues you find, and we will see if we can fix them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't think it's possible, but I'll ask.
Example: Delphi will receive an event from a serial port, for example, and I would like to pass this event to C using the previously obtained GetSymbol pointer, but at the same time I need the C code to be run using the RUN command. But to get GetSymbol, I have to run Relocate, and then I can't call Run.
It would theoretically be possible to:
Note: The main function would contain a while true {},...
Thank you
Beta Was this translation helpful? Give feedback.
All reactions