Open tsupplis opened 2 years ago
Thanks for your bug report. I am able to reproduce your problem. It looks like mouse processing problem in C run-time library.
Extra little nugget in info: This is a regression from 1.9.
Yes, I checked it on OW1.9 too, it works without problem.
Compiling the following code base.c
Using the following command line
The version used is: Open Watcom C/C++ x86 16-bit Compile and Link Utility Version 2.0 beta Feb 2 2022 01:01:17 (32-bit) Copyright (c) 2002-2022 The Open Watcom Contributors. All Rights Reserved. Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details.
Both binaries crash on windows 3.11 or windows me with the same issue:
For 16 bit:
As a comparison, I also compiled it in wi386 mode and it works well: