Saturday, May 2, 2015

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

I am communicating with the console app via a master C++ app coded wih Qt.

The master app sends a string "ping\r\n" to the console app, which sends back the string received with Console.WriteLine(text).

I don't know how C++ apps executes but is it possible to get a dummy sample of this C++ app to run on windows machine to be able to reproduce this issue?

Fouad Roumieh

No comments:

Post a Comment