Quote Originally Posted by kotai View Post
I comment line {$linklib SDL2} because Delphi does not recognize that command $linklib
If it's FPC specific command, you can do
Code:
{$IFDEF fpc}{$linklib SDL2}{$ENDIF}