We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problema ao compilar para Delhi Alexandria:
[dcc32 Error] ZMZipEOC.pas(500): E2010 Incompatible types: 'PEOCrecs' and 'Pointer'
The text was updated successfully, but these errors were encountered:
Sorry I don't have Delphi Alexandria...
Sorry, something went wrong.
my solution was simply to cast it from the pointer to PEOCrecs Type:
Line 500: Peoc := PEOCrecs(@er[0]);
No branches or pull requests
Problema ao compilar para Delhi Alexandria:
[dcc32 Error] ZMZipEOC.pas(500): E2010 Incompatible types: 'PEOCrecs' and 'Pointer'
The text was updated successfully, but these errors were encountered: