2025-04-10 9:17 AM
Sometimes I want a source folder in Windows set to case sensitive so I can fix the case of filenames for git and so I can test consistent case uses of include files so building on linux works too.
In this case TouchGFX simulator complains that SDL2.DLL and SDL2_image.DLL are not found. The reason is the DLL extensions in the middlewares folder are lower case.
For some reason building with Visual Studio 2022 did not cause any problems.
For now my workaround is renaming the DLLs that are in the build folder.
Changing the case in TouchGFX Designer should not cause a problem for people who have case sensitivity disabled (default).