-
Notifications
You must be signed in to change notification settings - Fork 32
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
does not work in delphi 10.3 #2
Comments
I tested it with Delphi 6/7. What is going wrong? A compile-time or a runtime error? Could you please provide more details? Did you try it with Free Pascal? |
unicode |
String and Char is unicode, not ansi |
Our thanks to Embarcadero for breaking up the backward compatibility. |
To build XD Pascal with Delphi 2009+, just replace (in Commom.pas):
with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
does not work in delphi 10.3 community :(
The text was updated successfully, but these errors were encountered: