>ACTIVATE "TCC #2" icon=c:\windows\resources\icons\tcc_blu.ico >does not update the icon in the window list (@[TAB]) as 4console.dll does.
I see that too but I don't understand it. Having found "SetConsoleIcon" in TakeCmd.dll, I suppose Rex loads that function from KERNEL32.DLL and uses it; that's exactly what 4CONSOLE's SETICON does.
Before that, it attempts to LoadImage(LR_LOADFROMFILE), first the default size, then the system small size (GetSystemMetrics), then any size.