I have application in Lazarus for 32 or 64 bit Windows. When I start this application it searches SDL.dll. But SDL.dll is 2 versions (32 and 64 bits) and its aren't compatible with other Windows.
How can I ensure that 32-bit Windows uses SDL32.dll and 64-bit Windows uses SDL64.dll.
Files SDL32.dll and SDL64.dll are my files after rename from SDL.dll for xx-bit paltform.