Named Pipe Server in MQL5?

 

After reading https://www.mql5.com/en/articles/503 I am not sure (after trying in code ;) that I can create a server in MQL5 without a dll (like this article https://www.mql5.com/en/articles/115).

Is it possible to create a named pipe server in MQL5 using the class FilePipe?

Thx, Uwe

Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs
Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs
  • 2012.10.15
  • MetaQuotes Software Corp.
  • www.mql5.com
Many developers face the same problem - how to get to the trading terminal sandbox without using unsafe DLLs. One of the easiest and safest method is to use standard Named Pipes that work as normal file operations. They allow you to organize interprocessor client-server communication between programs. Although there is an already published...
 
ugo58:

After reading https://www.mql5.com/en/articles/503 I am not sure (after trying in code ;) that I can create a server in MQL5 without a dll (like this article https://www.mql5.com/en/articles/115).

Is it possible to create a named pipe server in MQL5 using the class FilePipe?

Thx, Uwe

No you can't.
Reason: