Compiling an .mql4 to .ex4 using php on an apache server. Is it possible?

 

I am trying to see if anyone has any experience with this.

If it's possible I would appreciate a few pointers because I am not sure how to run an exe like metalang.exe on the server.

Maybe there is a compiler out there that is made for this routine but I could not find it. Thanks for the help!

 
to compile: metalang file.mq4
 
fractalcurve:

I am trying to see if anyone has any experience with this.

If it's possible I would appreciate a few pointers because I am not sure how to run an exe like metalang.exe on the server.

Is Apache running on a Linux box or a Windows box ? if it's a Linux box then you won't get very far trying to run a Windows application (mtelang.exe) unless you can run something like Wine . . . if it's a Windows box then there may be a way to call a Windows app from inside Apache . . . but this isn't really the place to ask about Apache queries . . .
Reason: