i have a console application, and to listen the coming sms.when recived the new sms,the console application need to tell another application to read.
how to send message from console applicaton to another qt application?
i have a console application, and to listen the coming sms.when recived the new sms,the console application need to tell another application to read.
how to send message from console applicaton to another qt application?
You can do it by using Publish and Subscribe API's.