Communication betwwen Qt4 and MONO (on linux)
- by elcuco
I have to conntect a Qt4 application to a mono Application. The current proof of concept uses network sockets (which is nice, I can debug using nc on the command line).
But I am open to new suggestions. What are my alternatives?