DLL output.

 
Hello,

I'm trying to program a simple DLL and call it from MT4. My question is, where does printf(...) statement from DLL is output? Is there some kind of terminal or it just disapears?
 
It is just debug console output.

You can use OutputDebugString function under debugger
Reason: