$(DDOC $(DDOC_BLANKLINE )
$(DDOC_BLANKLINE )
$(SPEC_S Windows Programming,
$(DDOC_BLANKLINE )
$(HEADERNAV_TOC $(HEADERNAV_SUBITEMS mscoff, Windows 32 and 64 bit MSCOFF Programs,
$(HEADERNAV_ITEM mscoff-console, Console Programs)
$(HEADERNAV_ITEM mscoff-windows, Windows GUI Programs)
$(HEADERNAV_ITEM mscoff-dlls, DLLs)
)
$(HEADERNAV_SUBITEMS omf, Windows 32 bit OMF Programs,
$(HEADERNAV_ITEM omf-console, Console Programs)
$(HEADERNAV_ITEM omf-windows, Windows GUI Programs)
$(HEADERNAV_ITEM omf-dlls, DLLs)
)
)
$(DDOC_BLANKLINE )
$(P This covers Windows programming with 32 bit OMF, 32 bit Mscoff,
64 bit Mscoff, console programs, GUI programs, and DLLs.
)
$(DDOC_BLANKLINE )
$(LNAME2 mscoff, Windows 32 and 64 bit MSCOFF Programs)
$(DDOC_BLANKLINE )
$(P 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.
)
$(DDOC_BLANKLINE )
$(LNAME2 mscoff-console, Console Programs)
$(DDOC_BLANKLINE )
$(LNAME2 mscoff-windows, Windows GUI Programs)
$(DDOC_BLANKLINE )
$(LNAME2 mscoff-dlls, DLLs)
$(DDOC_BLANKLINE )
$(LNAME2 omf, Windows 32 bit OMF Programs)
$(DDOC_BLANKLINE )
$(P 32 bit OMF programs use the
$(LINK2 https://www.digitalmars.com/download/freecompiler.html, Digital Mars C/C++ compiler)
as the $(ACC ), generate object files in the OMF format, and use the
$(LINK2 https://www.digitalmars.com/ctg/optlink.html, Optlink linker)
to link them.
)
$(DDOC_BLANKLINE )
$(LNAME2 omf-console, Console Programs)
$(DDOC_BLANKLINE )
$(LNAME2 omf-windows, Windows GUI Programs)
$(DDOC_BLANKLINE )
$(LNAME2 omf-dlls, DLLs)
$(DDOC_BLANKLINE )
$(SPEC_SUBNAV_PREV_NEXT ob, Live Functions, glossary, Glossary)
)
)