David Goodwin
David Goodwin
As the NT 3.50 SDK includes the compiler. Worthwhile checking Alpha support is still working even if it won't be a fully featured build
And fix it if it does not
OS/2 is still around and maintained (under the name ArcaOS) and people still use it but there hasn't been a free version of C-Kermit for OS/2 since around 1996 or...
ConPTY isn't transparent which breaks the kermit protocol - it appears to introduce line breaks and other things into the middle of data packets. Until Microsoft adds a pass-through mode...
The body of conkbg() towards the end of ckotio.c is #ifdefd out when targeting OS/2 with OpenWatcom as the code doesn't compile. It seems like there is something wrong with...
Problem with cko32i20.dll? bug in ckoibm.c? Things not being compiled properly? No idea. Whatever the cause, C-Kermit doesn't load TCP/IP support.
NetBIOS is currently disabled on OS/2 builds when building with OpenWatcom otherwise C-Kermit crashes on startup. This should not happen.
If you build for OS/2 using OpenWatcom 1.9 with optimizations turned on (-ox), C-Kermit crashes on startup with: ``` SYS1808: The process has stopped. The software diagnostic code (exception code)...
CKW isn't High-DPI Aware so when run on a High-DPI display it ends up looking pixelated due to windows bitmap scaling it up. This really should be fixed.