Sergey Chekhovskikh / Publications
Forum
Compilation errors when using -> for methods on pointers in MQL5
I get compilation errors in MQL5 when trying to use methods on pointers via the -> operator (e.g. ptr->SayHello()). Errors: '>' - operand expected, 'SayHello' - undeclared identifier and others. MetaEditor build 4873 (February 2025) is used, file .mq5, code is entered manually without typos. The