Jiří Malák

Results 11 comments of Jiří Malák

Take into account that if you use arrays longer then one segment you need huge memory model (it handles pointers over segment boundary) or you must handle this case yourself.

With OW you can use large memory model (more eficient) and appropriate variable/pointers can be marked as __huge to use right aritmetic (slow) only for these variables/pointers.

I understand. I will try to use DOSX macro whenever possible for target. It is simple to check for 16-bit code by condition `DOSX==0` 16-bit can be `__SMALL__` or `__LARGE__`...

I have a next question about support for WATCOM It looks like that you suppose support for standard C99 types in stdint.h. If it is true then support for old...

Last oficial version is OW 1.9 which is available from OW official site ( ftp://ftp.openwatcom.org/install ), but only as installer that is not good to install on background, but there...

What host OS you are using on AppVeyor and what test platform? I will create minimized zip archive for you. I need decide what header files and libraries and executable...

There is wmake option -h to suppress banner. Anyway I can access your onedrive. I have copy OW 1.9 for CI compilation in git repository it is relatively small (core...

I enclosed minimised OW snapshot for Windows host (16/32/64) of OW 2.0 tools with support for targets - DOS 16/32-bit, Windows 32-bit [ow-snapshot.7z.002.txt](https://github.com/gvanem/Watt-32/files/4397412/ow-snapshot.7z.002.txt) [ow-snapshot.7z.001.txt](https://github.com/gvanem/Watt-32/files/4397413/ow-snapshot.7z.001.txt) (remove txt extension and extract 7z...

the problem is that proper path should include dirs for all target platform that it should include bint and binw if you want win32 and dos. it is how standard...

anyway simple solution is copy stub executable to binnt65 Dne po 30. 3. 2020 12:11 uživatel Gisle Vanem napsal: > I tried these with bin/causeway.mak and noted this: > >...