wiebe@CARYA wrote:I think the DLL itself can redirect it's outputs (to a named pipe). So I think you could make a function that set's up the redirection. Then, the rest of the dll could stay the same?
The redirect won't need to re-setup each time I call into the DLL? I'd assumed that it would. I'll test that.