On my development machine, both the Debug and Release versions of my program will run in the Delphi 10.3 IDE and through my Win10 explorer.
When I copy the exe to my laptop for release testing, RAW file thumbnails do not display in the ImageEnMView and when I try to load an ImageEnView I get the missing dll error.
Raw format requires the ielib dll for widest compatibility. WIC (Windows built-in format support) allows many RAW formats to be supported in ImageEn, but it more limited.
Thanks. Unfortunately I'm still stuck. I copied the dll from my development computer to my laptop, putting it in the same folder as the exe, but still getting the error. Also copied it to the folder specified by the system path variable and still no luck.