You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building/windows2003.html
+5-19Lines changed: 5 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -129,33 +129,19 @@ <h3>Setting up VSBUILT</h3>
129
129
<pre>set sdxroot=D:\NT</pre>
130
130
<pre>You can try to run sdx.cmd</pre>
131
131
<pre>Rename 'projects.map' in the tools directory to 'sd.map' and place in the root of the NT directory.</pre>
132
+
132
133
<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>
135
138
<ul>
136
139
<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>
137
140
<li>Start in the debuggers directory after you leave the enlistment directory there are source depot templates.</li>
138
141
</ul>
139
142
140
143
<pre>run envvs.cmd The default background is green.</pre>
141
144
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>
<p><ahref="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>
159
145
<ahref="symbols.html">Building the Internal IDW SDK</a>
160
146
161
147
<pre>Build or find xcopy and findstr from the RTM DVD and place on path</pre>
0 commit comments