-
About your blog post - [openwatcom.org](http://openwatcom.org/)
-
Reproduce it like this:
```
$ echo 'double mul3(double x) { return 3 * x; }' >mul3.c
$ wcc386 -q -s -bt=linux -fo=.obj mul3.c
$ wdis mul3.obj
Module: /home/pts/prg/trusty.i386.dir/tmp/minilibc6…
-
### Are you using the latest Dosbox-Staging Version?
- [X] I have checked releases and am using the latest release.
### Different version than latest?
0.82.0-alpha (git)
### What Operating…
-
The IDE crashes when I create a new source file in my installation of Open Watcom in 86Box. When I create a project, set target environment to Win16 and image type as Executable, it creates the projec…
-
*(From TODO)*
- add feature to enable floating point exceptions by default C programs work with quiet NANs or similar values after an error this feature shall allow detecting of floating point divi…
-
So my stupid way of doing things was
``` C
#ifdef NOASM
// C
#else
#ifdef __GNUC__
// gcc inline assembly
#else
#ifdef _MSC_VER
// msvc inline assembly
#endif
#endif
```
This is bad because it only…
-
Hi,
I am trying to correct WATCOM tools support, because it is broken by several incostistencies as calling conventions etc.
There is several macros which purpose is unclear to me and I am not able …
-
Hi :)
This looks really interesting as I am trying to RE Fatal Racing/Whiplash and there were WATCOM when running `strings` on `FATAL.EXE`.
It did look promising but it crashed
[FATAL.EXE_zz…
-
I know this is a huge long-shot, but i figured id just ask rather then shelve the idea.
Is there a possibility to add 68k/PowerPC support?
ID originally ported it to Mac OS System 7, some source-p…
-
```
The current inifile handler is not really flexible and don't allow us to
add entries to existing sections. This make the separation of the inifile
in sections quite pointless.
I suggest using Fr…