Is there any documentation or information about the icon library (wcmicons.dll)?
Moderators: Hacker, petermad, Stefan2, white
Is there any documentation or information about the icon library (wcmicons.dll)?
I wanna make an icon library, but couldn’t any wiki articles like the one for ICL file, any idea? thx.
Re: Is there any documentation or information about the icon library (wcmicons.dll)?
So it is a guessing game.
Re: Is there any documentation or information about the icon library (wcmicons.dll)?
No, it is not! just learn to read https://ghisler.ch/wiki/index.php/Filelist_icons#Customize_filelist_icons ...
Hoecker sie sind raus!
Re: Is there any documentation or information about the icon library (wcmicons.dll)?
2sensui
The dll file needs to have a versionInfo with a template like this:
you can compile the code into a .res file with a tool like GoRC.exe and then embed it with for example ResourceHacker.exe
See also:
viewtopic.php?p=382542#p382542
viewtopic.php?p=457282#p457282
The dll file needs to have a versionInfo with a template like this:
Code: Select all
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEOS 0x40000
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "FileDescription", "Your description - shown in TC when selecting the dll"
VALUE "FileVersion", "1.0.0.0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04E4
}
}
See also:
viewtopic.php?p=382542#p382542
viewtopic.php?p=457282#p457282
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar