The OpenD Programming Language

Windows Programming

This covers Windows programming with 32 bit OMF, 32 bit Mscoff, 64 bit Mscoff, console programs, GUI programs, and DLLs.

Windows 32 and 64 bit MSCOFF Programs

32 bit and 64 bit MSCOFF programs use the Microsoft Visual C/C++ compiler as the acc, generate object files in the MSCOFF format, and use the Microsoft linker to link them.

Console Programs

Windows GUI Programs

DLLs

Windows 32 bit OMF Programs

32 bit OMF programs use the Digital Mars C/C++ compiler as the acc, generate object files in the OMF format, and use the Optlink linker to link them.

Console Programs

Windows GUI Programs

DLLs

ob, Live Functions, glossary, Glossary