Hi,
> I'm extending a windows application (C++) by embedding Python calls.
> It seems to be a known problem that windows applications detach
> immediately from the calling console, so that all output to stdout
> (from both C++ and Python) doesn't get shown anywhere.
>
> A workaround seems to be
Hi,
I'm extending a windows application (C++) by embedding Python calls. It
seems to be a known problem that windows applications detach immediately
from the calling console, so that all output to stdout (from both C++
and Python) doesn't get shown anywhere.
A workaround seems to be the allocatio