Aim
This is an example followed VS 2010 example. Here we will use VS 2015 to repeat the same example.
How to select the version of visual studio
vc140 is equal to vs2015, so we may use vs2015 for python 3.8 integration. MT4 need 32 bit version, MT5 may can use 64 bit version.
Steps
- Create new project
- In stdafx.h add
#define _DLLAPI extern "C" __declspec(dllexport)
- Create MQL5DLLSamples.cpp, content is same in VS 2010 example.
- Create script in MT4, same in VS 2010 example.
- DONE
沒有留言:
發佈留言