FileInfo Lister plugin for TotalCommander Attn: François GANNIER Problem #1: Test file: msvcrt_import.dll imports functions from msvcrt.dll In the TotalCommander plugin, when I click "Test Imported Function" on the Msvcrt.dll entry, the plugin says: Functions not successfully loaded: _ftol Problem #2: Test file: msvcrt10_import.dll imports functions from msvcrt10.dll In the TotalCommander plugin, when I click "Test Imported Function" on the Msvcrt10.dll entry, the plugin says: Cannot load module msvcrt10.dll But in both cases, the import DLLs work, and other tools (Dependency Walker, PEExplorer) do not report problems. Is there a problem with your plugin, or is there a problem with my DLLs? Small improvement suggestion: When all functions are loaded correctly, the message dialog icon should be mtInformation instead of mtExclamation.