-
Watcom supports something like __based( __segname("_CODE") ) to bind definition or extern of variables to the code segment
is there somethin similar available with gcc ia 16?
is __attribute__ ((se…
-
![image](https://github.com/bluewaysw/pcgeos/assets/1192577/cf2ae7b9-d27e-455a-b67d-66013a56a027)
Sample PDF:
[W.zip](https://github.com/bluewaysw/pcgeos/files/14231234/W.zip)
-
The DOS runtime recognizes both kinds of slashes as pathname separators, but handles them differently.
Consider this test program:
```cpp
// dirstat.c
#include
#include
#include
int ma…
-
1.) Download the bundled, stable version installer of OpenEuphoria from the website > http://openeuphoria.org/wiki/view/windows_download.wc (Currently "oE 4.0.5".)
2.) Within the euphoria/watcom direc…
-
wcc386 -za99 crashes when compiling code with _Complex numbers
Here is how to reproduce the crash:
```
$ echo 'double _Complex csub(double _Complex a, double _Complex b) { return a - b; }' >tc2…
-
Loading the 3dfx carmageddon executable fails with:
```
Unsupported fixup source: 3
java.lang.UnknownError: Unsupported fixup source: 3
at lx.LXFixupRecordTable.(LXFixupRecordTable.java:70)
at …
-
Just to know, osFree subproject FAPI has similar goals. https://github.com/osfree-project/FamilyAPI/tree/master. Most of code is mine and I can change license to MIT. Will be good to join projects.
…
-
Hello,
When using CMake with OpenWatcom, using the dll run-time library is hard coded.
This is done by adding `-br` to `CMAKE_C_FLAGS` in the initialization phase.
It is currently possible to u…
-
dos needs lfn and GNU/Linux needs / not \
-
I've downloaded the Linux installer from http://sourceforge.net/projects/openwatcom/files/current-build/open-watcom-2_0-c-linux-x86/download .
When I run it, it clears the screen, then crashes with a …