eabase
eabase
@vdemydiuk just sent you PR for updating the README. Forgot to do it to the dev branch, but maybe you can handle it anyway?
PS. I am still not able to compile, using these instructions. Can you provide some detail pelase? * Also, is .NET SDKs for Visual Studio 2017 needed? * Can VS...
# :hot_face: --- :arrow_right: --- :1st_place_medal: Thanks to some amazing help by @vdemydiuk I have now been able to compile this whole project for **MT4** on a **`Win8.1 & VS...
The tree structure of all available DLL's, after a successful release build: Click Me! ```bash # tree --dirsfirst --prune -P *.dll ./ ./ ├── build │ └── products │ ├──...
> MtApi5_Setup_x86.exe are obsolete. That's great new. Finally get rid of that extra "crust". Now it will be clear what's 32 vs 64 bit without confusing installations. Which mean that...
FAQ item: Taken from Telegram: * **Q:** *What is the difference between the `installer` and the `bootstrap`?* **A:** The `installer` setup all libraries of the MtApi project into the defined...
~~The installer provided DLL is wrong.~~ See #221
There are 3 installers, not only 2 making us confused. 2 for MT5 and 1 for MT4 and they're not all found under latest releases.
@vdemydiuk > Please check that you are using correct build configuration of MT5Connector.dll. > If your MetaTrader terminal is 64-bit than the library also must be built in x64 mode....
Ok, please disregard half of that last comment. I got caught with pants down by the insane MS logic of putting 64-bit in `System32` and 32-bit in `SysWOW64`. :no_entry: *...