Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのアプリケーションがあります。1 つは Delphi6 で記述されたメイン アプリケーションで、もう 1 つは C# で記述されたプラグイン exe モジュールで、結果をコンソールに出力します。
このプラグイン exe を CreateProcess で実行し、そのコンソール出力を string または WideString に取得する方法の例をいくつか挙げていただけますか?
リダイレクトされた入力と出力を持つ子プロセスの作成