Libraries: FileUnlimited

 

FileUnlimited:

Library for working with files using WinAPI without location limitations.

Author: Андрей

 

Hi!

I was going to use this library, but unfortunately it constantly crashes my MT5. In fact, even before that the compiler complains against two things:

* constfileunlimited.mq5 line 222: is while (pos = 0) when it probably should be while (pos == 0)

* constfileunlimited.mq5 line 130: is m_Size = ulong(hi); when probably should be m_Size = ulong(hi[0]);

Finally if, when reading a file, I call file.Read(my_string); , Mt5 crases. And if I try to run the compiled script, I get:


Access violation


Could you please fix your work so I may use this otherwise wonderful work? :)

 

Hello, this code was written a long long time ago for 32-bit terminal.

So it can take time to make it work.

Reason: