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
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -127,16 +127,6 @@ <h3>Setting up VSBUILT</h3>
127
127
<p>Once you set a razzle window you can open up 'alias' and see a list of your projects and codebases and start building projects. You might was to build the ddk and sdk first.</p>
128
128
<p>The BAK series of projects is for personal NT projects the public->internel is a skelecton on the source tree made for Freebsd 4.0, SCO sources and Longhorn or Vista Samples.</p>
129
129
<pre>set sdxroot=D:\NT</pre>
130
-
<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>
131
-
<p>Here is a Visual Studio starter project:</p>
132
-
<pre>
133
-
// figC_01.c
134
-
135
-
int main(void)
136
-
{
137
-
printf("Hello World");
138
-
}
139
-
</pre>
140
130
<pre>You can try to run sdx.cmd</pre>
141
131
<pre>Rename 'projects.map' in the tools directory to 'sd.map' and place in the root of the NT directory.</pre>
142
132
<pre>enlist projects ex: sdx enlist NT main com -c</pre>
@@ -155,7 +145,16 @@ <h3>Setting up VSBUILT</h3>
155
145
<p><ahref="https://deitel.com/c-plus-plus-how-to-program-10-e/">Deitel How to Program C++</a></p>
156
146
157
147
<p>Put your Detial Examples, XP Samples and your DDK & SDK Samples in private.</p>
148
+
<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>
149
+
<p>Here is a Visual Studio starter project:</p>
150
+
<pre>
151
+
// figC_01.c
158
152
153
+
int main(void)
154
+
{
155
+
printf("Hello World");
156
+
}
157
+
</pre>
159
158
<ahref="symbols.html">Building the Internal IDW SDK</a>
160
159
161
160
<pre>Build or find xcopy and findstr from the RTM DVD and place on path</pre>
0 commit comments