-
Notifications
You must be signed in to change notification settings - Fork 20
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
Where is the pcsize_t. #87
Comments
Hi. Truth be told, most of us are using the Free Pascal Compiler, so Delphi compatibility is a bit untested. Looking at |
I can't find pcsize_t in ctypes.inc. |
Just add |
@achinastone Thanks for the report. As @suve mentioned, as Delphi support is not 100% guaranted, any report leading to better Delphi compatibility is highly desired. Btw.: This issue is strongly related to the discussion #67. |
I try to compile the units in Delphi, report error as follow:
[dcc32 Error] sdlrwops.inc(220): E2003 Undeclared identifier: 'pcsize_t'
[dcc32 Error] sdlrwops.inc(236): E2005 'pcsize_t' is not a type identifier
[dcc32 Error] ctypes.inc(94): E2240 $EXTERNALSYM and $NODEFINE not allowed for 'SIZE_T'; only global symbols
[dcc32 Fatal Error] SDL2Sample.dpr(9): F2063 Could not compile used unit 'sdl2.pas'
Failed
The text was updated successfully, but these errors were encountered: