Communication between GUI (Java) and program (C)
This is my first post here so im going to make it quick! :D
I am coding a GUI for a C program i am working on. The gui is almost finished but i need to think the best way to communicate the two applications.
I was thinking using a named pipe and sending all the needed data in XML. So what do you think? Is there a better way to do this?
Thanks in advance, gr00vy. :WAVE:

