NlMakesis Y-Browser Y-Tasks
How to make call from one exe to another exe in UIQ
That is what IPC is invented for. (Publish&Subscribe, CServer2/CSession2, messagequeues, etc)
just a straight "call of the function" is not really possible (well it is, but very probably not in the way you want it to work)
Forum posts: 1232
That is what IPC is invented for. (Publish&Subscribe, CServer2/CSession2, messagequeues, etc)
just a straight "call of the function" is not really possible (well it is, but very probably not in the way you want it to work)