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

OmniXML_Dictionary and FPC #22

Open
mikutu opened this issue Oct 22, 2019 · 0 comments
Open

OmniXML_Dictionary and FPC #22

mikutu opened this issue Oct 22, 2019 · 0 comments

Comments

@mikutu
Copy link

mikutu commented Oct 22, 2019

I'm parse xml in program build in FPC.
If the text of the attribute is longer than 255 characters, it is possible that when you access it, you will get the text of another attribute.
The reason is that is used FHashTable work the shortstring (max len 255 symbol).
In FPC 3.0.4 unit IniFiIes contains type TStringHash (Equivalent of the corresponding type in Delphi).
I suggest to replace FHashTable on TStringHash if build FPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant