Home › Forums › Software Development › Sample code like Minimalgazedatastream for c# › Reply To: Sample code like Minimalgazedatastream for c#
08/06/2015 at 17:26 #3085

Participant
Hi Gregg,
I assume then that it is a console application you have built with the MinimalGazeDataStream as an example? And the Main-method has a Console.ReadKey(true);
entry that waits for a key press?
You could try running the sample by using Ctrl + F5 which forces the console window to stay open after the application has finished running, and see if there are any errors reported to the console output.