-
I've been trying to use the OpenWatcom to debug a legacy DOS application for reverse engineering. I've discovered that the trap files for various DOS extenders (in this case Phar Lap) appear to be MIA…
-
Hi im helping a team that is working on reverse engineering some really old Watcom compiled games.
There is a internal structure for classes that helps us find ctor's and dtors,
So far only things i…
-
This question is regarding to the [previous one](https://github.com/open-watcom/open-watcom-v2/issues/233)
I have a function
```
Log( const char far msg[] )
```
and want to use it as
```
…
-
Hi!
Tested with Open Watcom Linker Version 2.0 beta Sep 19 2017 08:38:40 (32-bit)
Copyright (c) 2002-2017 The Open Watcom Contributors. All Rights Reserved.
The batch file to compile app:
``…
-
### ERROR1:
```
Invoke-MSBuild : CMake exit: 1
Location C:\clangbuilder-master\bin\ClangbuilderTarget.ps1:306 字符: 21
+ $MyResult = Invoke-MSBuild
+ ~~~~~~~~~~~~~~
…
-
I would like to know whether Win16 support is doable: whether SmallerC knows how to generate ASM code that can then be assembled (by NASM, etc) to Win16 NE executable, and be possibly linked to other …
-
i tried to build with DosBox, OpenWatcom and TASM5. I get a linking error message:
"Name must come first"
![screen shot 2017-10-26 at 12 08 37 am](https://user-images.githubusercontent.com/12194…
-
Contents of the "bootx.log" after first try is:
wcc386 -zq -bt=nt -DBOOTSTRAP -I. -I"../h" -I"../../watcom/h" -I"../../lib_misc/h" -fo=wsplice.obj c:\WATCOM\bld\builder\c\wsplice.c
..\..\watcom\h\…
-
Hi,
I just downloaded OW binaries and tested this bit of code on windows 7 and linux centos 7:
#include\
#include\
#include\
using namespace std;
int main()
{
mapm;
…
-
Link to the original issue https://github.com/afritz1/OpenTESArena/issues/69.
OpenTESArena uses WildMidi. If run with a Debug or RelWithDebugInfo build of WildMIDI, no crash happens, but if run wit…