06-06-2014, 05:09 PM
Hi -
I'm using the TCP socket mechanism for sending commands between two executables; when the string arrives it is parsed and the function name and arguments are called like this:
mac functionName args
This works fine if functionName is referred to in other places in the code. If it isn't - I'm guessing that the QM compiler is eliminating its symbol since it throws an error message for 'QM Item not found".
Is there a way to add the name of the function to the list of functions to be kept in the executable?
Thanks!
I'm using the TCP socket mechanism for sending commands between two executables; when the string arrives it is parsed and the function name and arguments are called like this:
mac functionName args
This works fine if functionName is referred to in other places in the code. If it isn't - I'm guessing that the QM compiler is eliminating its symbol since it throws an error message for 'QM Item not found".
Is there a way to add the name of the function to the list of functions to be kept in the executable?
Thanks!