-
# The big question
Can we port list back to pdcurses and the DOS variant of LIST.C which hasn't seen any loving for over twenty years?
## Why should we?
MS-DOS (and its variants such as DR-DOS/PC…
-
Crash when only including ````````, when both -d2 and -hw are enabled.
Tested against latest build plus several older builds 2021/2020.
test.cpp
````
#include
````
Example command line (w…
-
Here is a simple test [python script](https://gist.github.com/lhsazevedo/28c43d9e8cd534275aea90d90ad858f5#file-gen-py) for generating historical makefiles using [a template](https://gist.github.com/lh…
-
After fixing too long operation of `emxomfld` (see #83), I faced another problem with linking Chromium: WL.EXE (Watcom Linker) runs out of memory killing the system, see https://github.com/bitwisework…
dmik updated
10 months ago
-
# Task list
This is what the buildbot covered, plus some other wishlist items. Some we may want to drop (QNX? Windows Phone?), others might be covered in other ways (for example, the multiple macOS…
-
Relevant:
- https://github.com/mesonbuild/meson/issues/2132
- https://github.com/mesonbuild/meson/issues/705#issuecomment-262634435
- https://github.com/Kitware/CMake/blob/master/Modules/GenerateEx…
-
-d2 flag and -mh flags may cause entire programs to crash as soon as they run..
i remove -d2 flag and it stabilized it w
-
Under Open Watcom `wcc` 2.0 beta May 17 2020, if I compile the source file
```
long far pascal bar(int, int, int, long);
long far pascal (*p)(int, int, int, long);
long
foo(int x, int y, int z,…
-
I enjoy OS/2 as a hobby. I am not anti-Visual Studio 1.5. However, I was wondering why you chose VS 1.5 over Visual Age for your OS/2 and DOS projects.
-
How can I build an emx toolchain for OS/2 on Linux or some Unix variants?