Hide "dependencies" DLL - page 2

 
Jian Chen:

If you want this badly, there is a walkaround...

You may develop a "proxy DLL". You use it to connect your MQL code, and you use "LoadLibrary/GetProcAddress" Windows APIs to load other working DLL(s) and call the real work functions. 

While the EA users can only see the "proxy DLL" in the DLL dependencies. 

Sounds pretty complicated. Hmmm.....
 
Sounds like it is just as easy to run with it the way it is and not worry about the dependencies.  Or else, if you can, name them something innocuous if it really bothers you that much.