Page 1 of 1

Consistent naming scheme for TC x86 and x64 files

Posted: 2011-10-22, 21:01 UTC
by Biozynotiker
Currently there are about 5 different naming schemes for TC's own files.
Sometimes very strange one's like "tcmdlzma.dll" and "tclzma64.dll"

Whats about a clean naming scheme like this:
filename32.ext or filename.ext
filename64.ext or filename64.ext

Code: Select all

Current:         Example Suggestion:
wcmzip32.dll     wcmzip.dll
wcmzip64.dll     wcmzip64.dll
unrar.dll        keep
unrar64.dll      keep
tcunzlib.dll     tcunzlib
tcunzl64.dll     tcunzlib64
tcmdlzma.dll     tcmdlzma.dll
tclzma64.dll     tcmdlzma64.dll
tcmdx32.exe      tcmdx.exe    
tcmdx64.exe      tcmdx64.exe
tcmadmin.exe     tcmadmin.exe
tcmadm64.exe     tcmadmin64.exe
noclose.exe      keep
noclose64.exe    keep


Posted: 2011-10-24, 05:58 UTC
by MVV
I doubt that something will be changed since it will be incompatible with older versions. And it have no any practical need.