davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Check only TAPI support is disabled on NT 3.1/3.50 - not modem support in general #140

Closed davidrg closed 3 weeks ago

davidrg commented 1 year ago

C-Kermit for Windows can dial modems via either TAPI (on Windows 95/NT4+) or it can do the job itself (NT 3.51).

The work to disable TAPI support when targeting NT 3.50 may have inadvertently disabled more than TAPI support alone - it may have disabled modem support in general. If that's the case it ought to be fixed, even though its unlikely anyone will ever use it at this point.

davidrg commented 3 weeks ago

Done and fixed