CPP on MetaEditor

 

Dears, 

How can I run CPP code on MetaEditor 5. When I download Microsoft Visual studio 2019 and write a .cpp file, then open it
with MetaEditor 5 and press Compile the compiler say:
install C/C++ compilers before, Tools -> Options -> Compilers
But the Visual Studio is already downloaded! (Look at the attached PIC)

How can I run a CPP code on MetaEditor 5?
Can you explain / provide me with sources to learn how to dealing with DLL files on MetaEditor 5?

Thank you :) 

  


Files:
CPPMT.png  101 kb
 
zaid4forex: How can I run a CPP code on MetaEditor 5?
  1. You import the CPP functions into MQL5 and call them.
              Importing Functions (#import) - Preprocessor - Language Basics - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
  2. Why do you want to overly complicate your code? You can't call any of MQL5s functions from within. Just code it in MQL5.