I have two applications: one written in Delphi6 is a main application, other written in C# is a plug-in exe module which outputs its result to console.
Could you provide some example of how to run this plug-in exe with CreateProcess and get it's console output to string or WideString ?