Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Strings/AnsiStrings unit dependency for string handling #118

Open
Free-Pascal-meets-SDL-Website opened this issue Mar 11, 2023 · 0 comments
Labels
to do Some update necessary, critical or not

Comments

@Free-Pascal-meets-SDL-Website
Copy link
Collaborator

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
Free-Pascal-meets-SDL-Website added a commit that referenced this issue Mar 11, 2023
- Add iconv functions
- Adds dependency from Strings/AnsiStrings unit (should be adressed later, see issue #118)
@Free-Pascal-meets-SDL-Website Free-Pascal-meets-SDL-Website added the to do Some update necessary, critical or not label Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do Some update necessary, critical or not
Projects
None yet
Development

No branches or pull requests

1 participant