Anamaraf:
Can somebody give me a hint?
you have not created a pointer, if you really want a pointer then do this
CArrayString* m_events_log;https://www.mql5.com/en/docs/basis/types/object_pointers
Paul, thanks a lot!!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I am new in MT5 and I am struggling with the deletion of an object.
If I do not delete it I become following error:
1 undeleted objects left
1 object of type CArrayString left
128 bytes of leaked memory
And when I try to use the delete statement, I become following compiler error:
'm_events_log' - object pointer expected.
Can somebody give me a hint?