szczudlo6 / Publications
Forum
Code:Blocks .DLL C++ to MQL4
Hi all, I would like to create own .dll to MT4. I trying create file using Code::Blocks and compiler TDM-GCC 32 but is not working after load library to folder in mql4. Any ideas? Or do I use oher IDE like VC++? Please advise. Thanks
Struct in library
It is possible to inlude struct in library? When i try to do it then occurs error "ambiguous call to overloaded function with the same parameters". See below example. #property library #property version "1.00" #property strict #include <clsStruct.mqh> bool CheckCurrentCandle( int Candle) export {
MultiType Array - Need help
Hi All, I try to find solutions for my below problem. In the case I would like to define type in a different situation. Like you see we have 2 voids and one function int. Diff type arrays are pass to func. I know it is not working for string arr now but I just wondering how can I fix that not
2 Dimension FileReadArray() Error 4053
Hi All, I have small issue with 2 dimenstion array. First I write array to .txt file and next i would like to read array to my array variables. Then occurs error 4053 "ERR_SOME_ARRAY_ERROR". Could you help me? Please see below example script code for mql4: #property copyright "FutureRobot" #property