Discussion of article "Custom Strategy Tester based on fast mathematical calculations" - page 4

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
When compiling the ZipHeader.mqh file in the latest version, it scolds the same way in three places
1. 1 . Line -53 Column-23 ' ZipLocalHeaderOpen' has constructor and cannot be used as union member
2. 2 . Line -142 Column 28 ' ZipCentralDirectoryOpen' has constructor and cannot be used as union member
3. 3 . Line -221 Column 21 'ZipEndRecordOpen' has constructor and cannot be used as union member 3. 3.
Perhaps the compiler requirements have become stricter. Please tell me how to correct the code.
Thank you for the great work described in the articles.
The answer to the previous question was found in Forester's comments to the article "Working with ZIP archives using MQL5 tools without using third-party libraries".
//=============================================================
Forester | 22 Feb. 2023 at 20:33 RU
...
The archive from the article does not compile. download the ZIP folder and Dictionary.mqh here https://www.mql5.com/en/code/27955 - they work.
...
//===============================================================