Skip to content
ifknot edited this page Nov 19, 2024 · 8 revisions

RETROLIB

logo

I use Linux Mint with Zed and CMake to compile DOS programs with Open Watcom v2.

I also use Windows 10 with Visual Studio Community and Open Watcom IDE to compile DOS programs.

OW2 IDE

NB The compiler supports C89/C90 standards by default. But...

Open Watcom supports partial compatibility with the C99 standard. It implements the most commonly used parts of the standard. However, they are enabled only through the undocumented command-line switch "-za99". Three C99 features have been bundled as C90 Extension since pre-v1.0: C++ style comments (//), flexible array members, trailing comma allowed in enum declaration.

Clone this wiki locally