Consistent naming scheme for TC x86 and x64 files

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Biozynotiker
Member
Member
Posts: 164
Joined: 2011-03-22, 09:57 UTC
Location: Germany

Consistent naming scheme for TC x86 and x64 files

Post 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

#92832
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I doubt that something will be changed since it will be incompatible with older versions. And it have no any practical need.
Post Reply