Saturday, May 2, 2015

Console.ReadLine() not working with .net Framework > 3.5

I am trying to use the standard channels to communicate because the Qt object QProcess offers them for communication, meaning I do not need to implement anything for communication.

Also, I implemented an inter-program communication Using Data Copy, but since I only have to send a simple doWork order to the child process once in a while, it brings complexity I don't need in my program.

No comments:

Post a Comment