[TC 11.01] TOTALCMD.INC - Wrong description for cm_NTinstallDriver and cm_NTremoveDriver

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3299
Joined: 2003-05-06, 11:46 UTC

Re: [TC 11.01] TOTALCMD.INC - Wrong description for cm_NTinstallDriver and cm_NTremoveDriver

Post by *Sir_SiLvA »

white wrote: 2023-10-05, 20:01 UTC
white wrote: 2023-09-05, 20:20 UTC Similar to what is mentioned in the file comments of the drivers:
descript.ion wrote: CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10 x64
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10
"11" was added for the 32-bit driver, but not for the 64-bit driver:
descript.ion wrote: CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10 x64
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10/11
Does that mean that it doesn't work with Windows 11 64-bit?
I suppose thats a "typo" as Windows 11 is 64-bit only.

So it should look like this

Code: Select all

CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10 x64/11
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10
I also dont get why there is "10 x64" instead of just "10" otherwise it needs to be added to "7/8/8.1" also :D
Hoecker sie sind raus!
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC 11.01] TOTALCMD.INC - Wrong description for cm_NTinstallDriver and cm_NTremoveDriver

Post by *petermad »

I suppose thats a "typo" as Windows 11 is 64-bit only.
You still need the 32bit driver when you run 32bit TC under Windows 11

I also dont get why there is "10 x64" instead of just "10" otherwise it needs to be added to "7/8/8.1"
the x64 applies to all the versions.

IMHO it should be:

Code: Select all

CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10/11 x64
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10/11
or maybe:

Code: Select all

CGLPT64.SYS 64bit Parallel port driver for Windows XP/Vista/7/8/8.1/10/11 
CGLPTNT.SYS 32bit Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10/11
or:

Code: Select all

CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10/11 (64bit)
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10/11 (32bit)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
white
Power Member
Power Member
Posts: 4623
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC 11.01] TOTALCMD.INC - Wrong description for cm_NTinstallDriver and cm_NTremoveDriver

Post by *white »

white wrote: 2023-10-05, 20:01 UTC "11" was added for the 32-bit driver, but not for the 64-bit driver:
descript.ion wrote: CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10 x64
CGLPTNT.SYS Parallel port driver for Windows NT/2000/XP/Vista/7/8/8.1/10/11
"11" is added now in TC 11.02rc2:
descript.ion wrote: CGLPT64.SYS Parallel port driver for Windows XP/Vista/7/8/8.1/10/11 x64

Moderator message from: white » 2023-10-11, 19:37 UTC

Moved to Fixed bugs.
Post Reply