Skip to content
Snippets Groups Projects
Commit 09253ba1 authored by rswindell's avatar rswindell
Browse files

Fixed the location of the Borland _NFILE definition (_nfile.h, not io.h).

parent 7a0deb56
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ system built soley with Borland C++: The Borland C RTL is limited to <i>50</i> o ...@@ -106,7 +106,7 @@ system built soley with Borland C++: The Borland C RTL is limited to <i>50</i> o
Microsoft's C RTL does not have this limitation. The solution requires you have the Microsoft's C RTL does not have this limitation. The solution requires you have the
source code to the Borland C RTL (normally in the <tt>Source\rtl</tt> directory): source code to the Borland C RTL (normally in the <tt>Source\rtl</tt> directory):
<ul> <ul>
<li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/io.h</tt> <li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/_nfile.h</tt>
<li>Compile <tt>rtl\Source\io\files.c</tt> and <tt>files2.c</tt> <li>Compile <tt>rtl\Source\io\files.c</tt> and <tt>files2.c</tt>
<li>Link <tt>files.obj</tt> and <tt>files2.obj</tt> with your Synchronet executable <li>Link <tt>files.obj</tt> and <tt>files2.obj</tt> with your Synchronet executable
(i.e. <tt>sbbs.exe</tt> or <tt>sbbsmono.exe</tt>) (i.e. <tt>sbbs.exe</tt> or <tt>sbbsmono.exe</tt>)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment