Templated library crashes MT4 editor - page 2

 
nicholi shen:

Mql isn't like c++ in those regards. Structs have to be passed by reference and cannot be converted to pointers. Classes can be pointers, but create all new dynamics for this sort of thing. If you want to use structs in this collection then you need to specialize this collection for stucts. 

Thanks for your reply. I'll have a play.

 
Thanks for your reply.