cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
Hi!
So I have an ancient code I'm rewriting with modern U++ and parts of it execute commands in the console and capture this output to feed it to the GUI. Nothing special.
This code used to work perfectly, including when the process hangs or prints out stuff in an infinite loop. Then the GUI can kill it.
But something has changed with the MT implementation of U++ or I'm doing something very stupid and I'm not aware of it, but now the same code hangs the UI. I looked over the docs and samples and found nothing changed.