In Delphi 5 only, if an overloaded class method has an Open Array parameter, the compiler does not setup the call stack correctly when calling that overload, causing stack corruption.
Enabling Stack Frames and disabling Optimizations fixes the problem.
In Delphi 5 only, if an overloaded class method has an Open Array parameter, the compiler does not setup the call stack correctly when calling that overload, causing stack corruption.
Enabling Stack Frames and disabling Optimizations fixes the problem.