You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows the "Undeclare identifier: PSDLPantalla" when i compile or build the FFMPEG.bpl. I don't know how to fix the problem. would you tell me what the "Build Fix" you reply means
It shows the "Undeclare identifier: PSDLPantalla" when i compile or build the FFMPEG.bpl. I don't know how to fix the problem. would you tell me what the "Build Fix" you reply means
Added everything needed for a successful build.
PSDLPantalla is declared in unit SDL2. Perhaps you have not added it to the assembly.
SDL2.pas is located in the root directory of the project. Full path ./sdl2/SDL2.pas
Please update or add it to the project yourself.
Undeclared identifier 'PSDLPantalla';
Undeclared identifier 'SInt32'
The text was updated successfully, but these errors were encountered: