<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.stage.noami.us/index.php?action=history&amp;feed=atom&amp;title=Installing_16_bit_C%2FC%2B%2B_Compilers</id>
	<title>Installing 16 bit C/C++ Compilers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stage.noami.us/index.php?action=history&amp;feed=atom&amp;title=Installing_16_bit_C%2FC%2B%2B_Compilers"/>
	<link rel="alternate" type="text/html" href="https://wiki.stage.noami.us/index.php?title=Installing_16_bit_C/C%2B%2B_Compilers&amp;action=history"/>
	<updated>2026-04-17T14:27:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.stage.noami.us/index.php?title=Installing_16_bit_C/C%2B%2B_Compilers&amp;diff=445&amp;oldid=prev</id>
		<title>Numberformat: Created page with &quot;== Installing Open Watcom C++ Compiler ==  Follow the same instructions as above but choose Open Watcom C/C++ compiler instead of I16*   Insert the following into your FDAUTO....&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.stage.noami.us/index.php?title=Installing_16_bit_C/C%2B%2B_Compilers&amp;diff=445&amp;oldid=prev"/>
		<updated>2022-02-17T03:05:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Installing Open Watcom C++ Compiler ==  Follow the same instructions as above but choose Open Watcom C/C++ compiler instead of I16*   Insert the following into your FDAUTO....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installing Open Watcom C++ Compiler ==&lt;br /&gt;
&lt;br /&gt;
Follow the same instructions as above but choose Open Watcom C/C++ compiler instead of I16* &lt;br /&gt;
&lt;br /&gt;
Insert the following into your FDAUTO.BAT file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set DJGPP=c:\devel\djgpp\djgpp.env&lt;br /&gt;
set PATH=c:\DEVEL\DJGPP\BIN;c:\devel\watcomc\binw;%PATH%&lt;br /&gt;
c:\devel\watcomc\owsetenv.bat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing I16GNU ==&lt;br /&gt;
&lt;br /&gt;
The I16GNU compiler currently does not support C++. If you want to compile programs in that language use the Open Watcom compiler.&lt;br /&gt;
&lt;br /&gt;
# If you are running FreeDOS 1.3 then you will have an option to install the I16GNU compiler from the bonus CD. &lt;br /&gt;
# Unzip the img file in the bonus cd using 7zip and copy the package folder to the devstudio\runtimes\FreeDOS\install directory created earlier. &lt;br /&gt;
# start fdimples to install the following packages. &lt;br /&gt;
## DJGPP Environment&lt;br /&gt;
## DJGPP make&lt;br /&gt;
## All I16* packages&lt;br /&gt;
# Put the following into your autoexec.bat or FDAUTO.BAT file inside your freeDOS C:\ drive&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set DJGPP=c:\devel\djgpp\djgpp.env&lt;br /&gt;
set PATH=c:\DEVEL\I16GNU\BIN;c:\DEVEL\DJGPP\BIN;%PATH%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once that is setup you can compile a test or hello world program and transfer the compiled exe file to your 16-bit machine and try it out.&lt;/div&gt;</summary>
		<author><name>Numberformat</name></author>
	</entry>
</feed>