You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the group project of MARS.Enreprise in Delphi XE7 but and error accured in the MARS.Core.Utils.pas file at the function GuessTValueFromString where it calls TryISO8601ToDate that I think was introduced in earlier version of XE7.
The text was updated successfully, but these errors were encountered:
http://docwiki.embarcadero.com/Libraries/XE8/en/System.DateUtils.TryISO8601ToDate
I think we need to refactor method GuessTValueFromString to use ISO8601ToDate and defined supported Delphi versions for MARS (in main README.md): XE7 - Rio. You can assign this to me. TryISO8601ToDate is used only once in MARS codebase and this looks like simple refactoring.
@JustMe2222222: Can you doble check that ISO8601ToDate is supported in XE7? Please try compile this code and give us feedback here:
I'm trying to compile the group project of MARS.Enreprise in Delphi XE7 but and error accured in the MARS.Core.Utils.pas file at the function GuessTValueFromString where it calls TryISO8601ToDate that I think was introduced in earlier version of XE7.
The text was updated successfully, but these errors were encountered: