I'm trying your "FolderMView" demo on Delphi7 IDE, but on run time show me the following error when I select some folders like "C: \" or another that contain pictures and system files.
Error: Project FolderMView.exe raised exception class EIEException with message ‘No valid 256 x256 icon’. Process stopped. Use Step or Run to continue.
There is not compilling o building errors on Delphi IDE, and error is not present when running FolderMView.exe demo without Delphi...
This is an internal error (intentional design). An exception is raised when attempting to load an HD icon, and the file does not have one (so a low def one is loaded instead).
You should add the exception type to your ignore list.