About IPC for Qtopia
Dear all,
Is it possible to implement IPC ( Inter-Process Communication) between Qtopia and C language program?
I wrote a Qtopia GUI program, and some data and structure must be exchanged or transferred between my GUI program and another one written with C language.
Actually, I tried to integrate the GUI into original text mode AP.
Combining the AP code and GUI code is not an option, that means these two programs shall be able to run independently.
I would like to use the QTcpSocket connecting to original AP socket server with AF_UNIX.
Is there any other good way to achieve this?
Thanks
New Qt programmer