Qbasicnews.com

Full Version: Calling Far Functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to call a far function placed in another programm?
I've tried using boostqb library to get pointer of function, then write if to file and run from another programm at the same time. But "forbidden operation with memory" is less harmful error that happen thenSmile
Does somebody know?
Thank you any way.
I really don't understand what you're trying to do.

I guess that what you need is to get your "function" onto a library, if you don't already have it there. Then, declare and use the function in your program, and specify the library name when you link the program.

Hope you can figure out how to do that --- good luck!
*****