dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
553 stars 301 forks source link

Installation hint suggestion #6

Closed yerden closed 7 years ago

yerden commented 7 years ago

Hello, thank you for this nice binding.

But in order to use this binding, Update for Universal C Runtime in Windows and Visual Studio 2015 runtime must be installed. Otherwise, dll loading will fail. Had spent some time figuring out why the scripts are exiting. It would be nice to have this hint in projects installation notes.

dingmaotu commented 7 years ago

@yerden hi, thanks for the suggestion. In the "Files" section of the readme, I explicitly stated "The DLLs require that you have the latest Visual C++ runtime (2015)." Do you mean more specific instructions on how to install these dependencies? I will try to make this sentence stand out.