Skip to content

Commit 2e0982c

Browse files
Initial Commit
1 parent 8319e0e commit 2e0982c

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

docs/building/windows2003.html

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,33 +129,19 @@ <h3>Setting up VSBUILT</h3>
129129
<pre>set sdxroot=D:\NT</pre>
130130
<pre>You can try to run sdx.cmd</pre>
131131
<pre>Rename 'projects.map' in the tools directory to 'sd.map' and place in the root of the NT directory.</pre>
132+
132133
<pre>enlist projects ex: sdx enlist NT main com -c</pre>
133-
<p>The batch file ntnewver.cmd needs to be modified to build and copy the NT Kernel & SDK Tools to a private directory and built.</p>
134-
<pre>tools\ntnewver.cmd</pre>
134+
135+
<p>The batch file ntnewver.cmd needs to be modified to build and copy the NT Kernel, HALS, & SDK Tools to a private directory and built.</p>
136+
<pre>tools\ntnewver.cmd in a razzle window.</pre>
137+
<p>Fix the errors in dpfiltercm.c and rebuild there should be about 200 errors.</p>
135138
<ul>
136139
<li>Start in the NT\sdktools\vs\enlistment directory. Read the envvs.cmd file and make a Visual Studio Drop. From the %SDXROOT%\public directory. And Visual Studio 2002 or 2003 VC7</li>
137140
<li>Start in the debuggers directory after you leave the enlistment directory there are source depot templates.</li>
138141
</ul>
139142

140143
<pre>run envvs.cmd The default background is green.</pre>
141144

142-
<p>You might want to buy this C++ Book below or Project Euler and you also might want a Detiel How to Program Textbook in C++ for GNU cross platform porting to Win32 make a private directory for NT projects. NT Projects. Or Begin writing acedemic papers and join the IEEE or ACM I was ACM Vice President at my college.</p>
143-
144-
<p><a href="https://www.amazon.com/Programming-Language-hardcover-4th-dp-0321958322/dp/0321958322/ref=dp_ob_title_bk">C++ Programming Language, The</a></p>
145-
146-
<p><a href="https://deitel.com/c-plus-plus-how-to-program-10-e/">Deitel How to Program C++</a></p>
147-
148-
<p>Put your Detial Examples, XP Samples and your DDK & SDK Samples in private.</p>
149-
<p>The why to start building projects in change to the SDKTOOLS->DEBUGGERS->VS->ENLISTMENTS and run envss.cmd you can edit this file to fit your projects needs. Your Project Directory should be you Visual Studio Root</p>
150-
<p>Here is a Visual Studio starter project:</p>
151-
<pre>
152-
// figC_01.c
153-
154-
int main(void)
155-
{
156-
printf("Hello World");
157-
}
158-
</pre>
159145
<a href="symbols.html">Building the Internal IDW SDK</a>
160146

161147
<pre>Build or find xcopy and findstr from the RTM DVD and place on path</pre>

0 commit comments

Comments
 (0)