Scripts: MQL5 Program Packer - page 2

 
fxsaber:

MT4-debugger.

???

 
Stanislav Korotky:

Ok, I got it. Your source file is formatted with MAC rule - only CR symbol is used for new line. You should use CRLF (Windows style) or LF (Linux) instead. Please check your editing software documentation.

        Files processed: 49
        Source length: 1305426
        Packing...
         + MQL5/Include/Report.mqh
         + MQL5/Include/MT4Orders.mqh
         + MQL5/Include/fxsaber/Benchmark/Benchmark.mqh
         - MQL5/Include/Generic/HashMap.mqh
         - MQL5/Include/Generic/Interfaces/IMap.mqh
         - MQL5/Include/Generic/Interfaces/ICollection.mqh
         - MQL5/Include/Generic/Interfaces/IEqualityComparer.mqh
         - MQL5/Include/Generic/Internal/DefaultEqualityComparer.mqh
         - MQL5/Include/Generic/Internal/EqualFunction.mqh
         - MQL5/Include/Generic/Interfaces/IEqualityComparable.mqh
         - MQL5/Include/Generic/Internal/HashFunction.mqh
         - MQL5/Include/Generic/Interfaces/IComparable.mqh
         - MQL5/Include/Generic/Internal/CompareFunction.mqh
         - MQL5/Include/Generic/HashSet.mqh
         - MQL5/Include/Generic/Internal/PrimeGenerator.mqh
         + MQL5/Include/fxsaber/TradesID/TradesID.mqh
         + MQL5/Include/fxsaber/TradesID/Classificator.mqh
         + MQL5/Include/fxsaber/TradesID/ValuesID.mqh
         + MQL5/Include/fxsaber/MultiTester/MTTester.mqh
         - MQL5/Include/WinAPI/WinAPI.mqh
         - MQL5/Include/WinAPI/windef.mqh
         - MQL5/Include/WinAPI/winnt.mqh
         - MQL5/Include/WinAPI/fileapi.mqh
         - MQL5/Include/WinAPI/winbase.mqh
         - MQL5/Include/WinAPI/winuser.mqh
         - MQL5/Include/WinAPI/wingdi.mqh
         - MQL5/Include/WinAPI/winreg.mqh
         - MQL5/Include/WinAPI/handleapi.mqh
         - MQL5/Include/WinAPI/processthreadsapi.mqh
         - MQL5/Include/WinAPI/securitybaseapi.mqh
         - MQL5/Include/WinAPI/errhandlingapi.mqh
         - MQL5/Include/WinAPI/sysinfoapi.mqh
         - MQL5/Include/WinAPI/processenv.mqh
         - MQL5/Include/WinAPI/libloaderapi.mqh
         - MQL5/Include/WinAPI/memoryapi.mqh
         + MQL5/Include/fxsaber/Expert.mqh
         + MQL5/Files/Graph.mqh
         - MQL5/Include/Graphics/Graphic.mqh
         - MQL5/Include/Arrays/ArrayObj.mqh
         - MQL5/Include/Arrays/Array.mqh
         - MQL5/Include/Object.mqh
         - MQL5/Include/StdLibErr.mqh
         - MQL5/Include/Graphics/Curve.mqh
         - MQL5/Include/Canvas/Canvas.mqh
         - MQL5/Include/Files/FileBin.mqh
         - MQL5/Include/Files/File.mqh
         - MQL5/Include/Controls/Rect.mqh
         - MQL5/Include/Graphics/Axis.mqh
         - MQL5/Include/Graphics/ColorGenerator.mqh
        Packed file saved: MQL5/Include/Report.mqh.zip

Thanks!

 
Stanislav Korotky:

???

You can use the old MT4-debugger instead of the new MT5-debugger for MQL5-sources.

 
fxsaber:

You can use the old MT4-debugger instead of the new MT5-debugger for MQL5-sources.

Some references on how to do this?

 
Stanislav Korotky:

Some references on how to do this?

Cross-platform code.

Reason: