democog / Publications
Forum
Bugs in Metaeditor/parser
Hello, I came across two bugs in Metaeditor, one visual and the other with the parser The visual one is kinda weird because it only appears under certain circumstances that are not very obvious, still it appeared to me when some dozen tabs were open and the two last ones were having the names
Bug with MQL libraries
Hello, I came across a bug regarding importing MQL libraries (build 5146) that seems to involve the MQL runtime. The problem is that when changing the return type of a imported function, and the changed type has the same size with the prior one, the program that imports the function will fail to
Bugs report: MetaEditor warning + typedef bug
Hello, I have come lately across two bugs, one regarding a simple warning of MetaEditor when compiling, and another one concerning typedefs. a) Regarding the compiler warning, when I compile the following example, I get the warning about val "possible use of uninitialized variable 'val'"
Bug report mql : enum problem
Hello, I have come across a bug in MetaEditor that has to do with when declaring enums.. This bug causes the program to hang for some seconds or even causes some infinite loop if we attempt to compile.. In order to reproduce the bug we have to create an enum in global scope as below (with the