Community
AGI Programming => AGI Development Tools => Topic started by: ZvikaZ on April 29, 2021, 07:25:03 AM
-
Hi.
I've tried to redirect conWAGI.exe's output to file, but the file was empty.
I've also tried to capture the output with Python's subprocess.check_output, but it returned an empty string. I assume these issues are related.
Thanks
-
Console apps are not my strong suit. There's probably a compile switch that is needed to allow output redirection? Or maybe I'm supposed to include something in the source code to enable it? I don't know for sure.
I'll add it to the bug list, but unfortunately, it will be way down at the bottom.
-
This looks promising: http://www.vbi.org/Items/article.asp?id=4
-
Thanks for the tip Kawa! Maybe this will be easier than I thought.
-
We can only hope.