Is there any documentation or information about the icon library (wcmicons.dll)?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
sensui
Junior Member
Junior Member
Posts: 4
Joined: 2025-04-22, 20:16 UTC

Is there any documentation or information about the icon library (wcmicons.dll)?

Post by *sensui »

I wanna make an icon library, but couldn’t any wiki articles like the one for ICL file, any idea? thx.
sensui
Junior Member
Junior Member
Posts: 4
Joined: 2025-04-22, 20:16 UTC

Re: Is there any documentation or information about the icon library (wcmicons.dll)?

Post by *sensui »

So it is a guessing game.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3377
Joined: 2003-05-06, 11:46 UTC

Re: Is there any documentation or information about the icon library (wcmicons.dll)?

Post by *Sir_SiLvA »

sensui wrote: 2025-04-25, 13:27 UTC So it is a guessing game.
No, it is not! just learn to read https://ghisler.ch/wiki/index.php/Filelist_icons#Customize_filelist_icons ...
Hoecker sie sind raus!
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Is there any documentation or information about the icon library (wcmicons.dll)?

Post by *petermad »

2sensui
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
}
}
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
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
Post Reply