DLL Print() to stdout

 

Hi guys, i'm using an third part DLL and it usse stdout to print some information, should be possible redirect stdout to some variable and 'send it' to mql5, any idea how to do this? I'm using VS 2015 C++


thanks!

 
Roberto Spadim:

Hi guys, i'm using an third part DLL and it usse stdout to print some information, should be possible redirect stdout to some variable and 'send it' to mql5, any idea how to do this? I'm using VS 2015 C++

Impossible if you don't have source codes of the DLL.