Is it possible to integrate the DLL into the EA internally so that it can function properly during runtime without explicit import?

 
Is it possible to integrate the DLL into the EA internally so that it can function properly during runtime without explicit import? Market considerations are not needed; this is for personal use only.
 
  1. There is no “the DLL.” There are many thousands.
              Be precise and informative about your problem.

  2. Of course, it's possible. Write, or have written, your DLL's code into MTx. If you don't have the code, reverse engineer it.

 

To clarify, when @William Roeder states "reverse engineer it." he does not mean decompilation. That would be a violation.

The correct meaning of "reverse engineering" is that one studies the source functionality to see how it behaves, and then one recreates that functionality and behaviour in one's own code.