<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: C compiler in DOS in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618366#M6501</link>
    <description>hi!&lt;BR /&gt;&lt;BR /&gt;I am sure the below link will resove your issue.&lt;BR /&gt;&lt;A href="http://community.borland.com/article/images/20841/tc201.zip" target="_blank"&gt;http://community.borland.com/article/images/20841/tc201.zip&lt;/A&gt;&lt;BR /&gt;If you have any issue in downloading, pls let me know, i can e-mail the same to you.&lt;BR /&gt;&lt;BR /&gt;-Ashly</description>
    <pubDate>Mon, 12 Sep 2005 07:27:24 GMT</pubDate>
    <dc:creator>Ashly A K</dc:creator>
    <dc:date>2005-09-12T07:27:24Z</dc:date>
    <item>
      <title>C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618361#M6496</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;  where can i get a compiler to work in dos 6.22?? &lt;BR /&gt;&lt;BR /&gt;Thank guys&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Henry</description>
      <pubDate>Mon, 05 Sep 2005 00:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618361#M6496</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2005-09-05T00:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618362#M6497</link>
      <description>HI Henry,&lt;BR /&gt;Have a look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.htsoft.com/products/PACIFICc.php" target="_blank"&gt;http://www.htsoft.com/products/PACIFICc.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.seas.gwu.edu/~mfeldman/ez2load.html" target="_blank"&gt;http://www.seas.gwu.edu/~mfeldman/ez2load.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.powerbasic.com/" target="_blank"&gt;http://www.powerbasic.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hova a nice day,&lt;BR /&gt;HTH, Ronald</description>
      <pubDate>Mon, 05 Sep 2005 02:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618362#M6497</guid>
      <dc:creator>Ronald Postma</dc:creator>
      <dc:date>2005-09-05T02:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618363#M6498</link>
      <description>Most of todays compilers will compile a DOS application too.&lt;BR /&gt;&lt;BR /&gt;Just leave out the GUI calls.....&lt;BR /&gt;&lt;BR /&gt;I use Borlands and MSC ++...&lt;BR /&gt;&lt;BR /&gt;both work in the DOS world too.&lt;BR /&gt;&lt;BR /&gt;ref:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resource.intel.com/telecom/support/applets/dos/" target="_blank"&gt;http://resource.intel.com/telecom/support/applets/dos/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.timecapsule.co.uk/Sample-C-Program.html" target="_blank"&gt;http://www.timecapsule.co.uk/Sample-C-Program.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Mon, 05 Sep 2005 14:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618363#M6498</guid>
      <dc:creator>Rich S</dc:creator>
      <dc:date>2005-09-05T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618364#M6499</link>
      <description>"DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS [or any form of MS Windows since 3.x -SS]. It includes ports of many GNU development utilities. The development tools require a 80386 or newer computer to run, as do the programs they produce."&lt;BR /&gt; -- &lt;A href="http://www.delorie.com/djgpp/" target="_blank"&gt;http://www.delorie.com/djgpp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;FORTRAN, COBOL, Pascal and Ada also come to mind.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 11:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618364#M6499</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2005-09-06T11:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618365#M6500</link>
      <description>Henry,&lt;BR /&gt;&lt;BR /&gt;If you're _compiling_ on an older DOS-only box, Borland is giving away copies of its "Antique Software," and you can get a copy of Turbo C version 2.01 at this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://community.borland.com/article/images/20841/tc201.zip" target="_blank"&gt;http://community.borland.com/article/images/20841/tc201.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's more information about the software, which originally shipped on May 11th, 1989:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://community.borland.com/article/0,1410,20841,00.html" target="_blank"&gt;http://community.borland.com/article/0,1410,20841,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 06 Sep 2005 14:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618365#M6500</guid>
      <dc:creator>Robert A. Pierce</dc:creator>
      <dc:date>2005-09-06T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler in DOS</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618366#M6501</link>
      <description>hi!&lt;BR /&gt;&lt;BR /&gt;I am sure the below link will resove your issue.&lt;BR /&gt;&lt;A href="http://community.borland.com/article/images/20841/tc201.zip" target="_blank"&gt;http://community.borland.com/article/images/20841/tc201.zip&lt;/A&gt;&lt;BR /&gt;If you have any issue in downloading, pls let me know, i can e-mail the same to you.&lt;BR /&gt;&lt;BR /&gt;-Ashly</description>
      <pubDate>Mon, 12 Sep 2005 07:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/c-compiler-in-dos/m-p/3618366#M6501</guid>
      <dc:creator>Ashly A K</dc:creator>
      <dc:date>2005-09-12T07:27:24Z</dc:date>
    </item>
  </channel>
</rss>

