<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'DOS file handles and Microsoft Visual c++ v1.5' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'DOS file handles and Microsoft Visual c++ v1.5' posted on the 'MS-DOS' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 23:28:58 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 23:28:58 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>DOS file handles and Microsoft Visual c++ v1.5</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/156269/156269/dos-file-handles-and-microsoft-visual-c++-v15/</link>
      <description>The runtime library for Visual c++ v1.5 limits the number of file handles in a DOS application compiled with it to 20. I have (I think) managed to re-compile the source provided to allow more handles (_NFILE_ in CRT0DAT.ASM) but the program still collapses at 15 (20 less 5 for DOS itself) open files. Any helpful ideas would be greatly appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Nick&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/156269/156269/dos-file-handles-and-microsoft-visual-c++-v15/</guid>
      <pubDate>Tue, 26 Nov 2002 09:13:48 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: DOS file handles and Microsoft Visual c++ v1.5</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/156269/156986/re-dos-file-handles-and-microsoft-visual-c++-v15/#156986</link>
      <description>: The runtime library for Visual c++ v1.5 limits the number of file handles in a DOS application compiled with it to 20. I have (I think) managed to re-compile the source provided to allow more handles (_NFILE_ in CRT0DAT.ASM) but the program still collapses at 15 (20 less 5 for DOS itself) open files. Any helpful ideas would be greatly appreciated.&lt;br /&gt;
: &lt;br /&gt;
: Thanks,&lt;br /&gt;
: &lt;br /&gt;
: Nick&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The max number of files also need to be set on the computer itself during bootup. It's been quite a few years since I've used MS-DOS, and I don't remember which files are used during bootup.  autoexec.bat is one, but there is another -- system.ini or something like that located in the root directory???  Anyway, the startup code of the program checks the system to see how many files handles are available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/156269/156986/re-dos-file-handles-and-microsoft-visual-c++-v15/#156986</guid>
      <pubDate>Fri, 29 Nov 2002 10:31:41 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
  </channel>
</rss>