SDL2-for-Pascal icon indicating copy to clipboard operation
SDL2-for-Pascal copied to clipboard

Remove Strings/AnsiStrings unit dependency for string handling

Open Free-Pascal-meets-SDL-Website opened this issue 2 years ago • 0 comments

See PR #109 and discussion there.

In short:

  • replace the Strings.StrLen (FPC) / AnsiStrings.StrLen (Delphi) function calls by SDL_strlen() function calls
  • remove dependency from Strings (FPC) / AnsiStrings (Delphi) unit