An Express version is sufficient. For more details, please refer to MetaEditor User Guide.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello anybody,
can anybody point me to some working example code to the following feature of MT5 as shown in the article 'MetaTrader 5 - More Than You Can Imagine'?
7.4. Fast Compilation of C++ DLL. Many developers use third-party DLLs when developing applications in MQL5. With MetaEditor 5 you do not need to use MS Visual Studio for compiling DLL. The editor supports standard cpp and h-files and compiles them as easily as the MQL5 source code. If MS Visual Studio is installed on your computer, its compiler is used. Otherwise, the required files are sent to a special compilation server via a secure connection. After compilation the ready DLL file is sent back to you.
Like with the MQL5 source code, all compilation results, including errors and warnings, appear in the Error tab of the Toolbox window.
If this remote compiling service is not available then is VisualStudio2010 Express sufficient to compile dlls within metatrader editor, or is the professional version necessary?
Oh, I have the 64bit MT + Win7 64 installed
thanks