function call from one exe to another exe in UIQ

Login to reply to this topic.
Thu, 2008-05-22 06:27
Joined: 2008-04-01
Forum posts: 17

How to make call from one exe to another exe in UIQ


Thu, 2008-05-22 08:36
Joined: 2004-11-29
Forum posts: 1232
Re: function 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)

  • Login to reply to this topic.