Open eabase opened 4 years ago
@eabase please make PR into dev branch. I will merge it into master from dev.
@vdemydiuk If you want to compare this to your version, you need to change the character encoding of your version. It seem that GitHub thinks its binary... use:
iconv.exe -f UTF-16 -t "ASCII" MtApi.mq4 >MtApi.cpp
Or to UTF-8
. Then:
mv MtApi.cpp MtApi.mq4
.
Hi, so when I try compile this file I get 124 errors? is there an error free version? May need to make custom commands.
@BryanStackpole
Hi, so when I try compile this file I get 124 errors? is there an error free version? May need to make custom commands.
Nobody can help you if you don't file a proper bug report of what you did, and what the output is. ...and this are comments for a pull request, not the issue section.
@BryanStackpole
Hi, so when I try compile this file I get 124 errors? is there an error free version? May need to make custom commands.
Nobody can help you if you don't file a proper bug report of what you did, and what the output is. ...and this are comments for a pull request, not the issue section.
Yeah sry about that. I think the answer is in the readme.
Fixed formatting, encoding and trading bug