Hi, it's me again. I have one suggestion with SDL2_image:
I had to change line 56 from
Code:
   IMG_LibName = 'libSDL_image-2.so';
to
Code:
   IMG_LibName = 'libSDL_image.so';
that it works on Linux. I don't know if that's an issue with (K)Ubuntu only. I also comiled SDL2 and SDL2_image from source maybe that's the crux of the matter.
Anyway, thanks for your work with the Pascal SDL2 headers. I am now porting my Lua interpreter to SDL2 using your headers. When can we expect SDL2_net?