Linker error on DEVC++

Hi im getting linker errors any help would be much appriciated

I have added all library.dll to linker section and now get this. This is a big learning curve for me just to get this far.

The linker complains that somethings wrong with the format it’s trying to read. Did you accidentally point the ‘Library Directories’ to the x86_64 libs instead of i686 (or the other way around)?

It’s easier to help if you copy and paste the ‘Library Directories’ and the ‘Parameters’ of ‘Linker’. Also tell us if you target SDL 1 or 2 and which library package you downloaded from libsdl.org that you’re using with Dev-C++.

It seems there’s a newer version of Dev-C++ available than you’re using in the screenshots. Is this intentional?