Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Update to Tutorial of User Doc


Update to the Tutorial from Linda Longman.




Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
Index: cdt_o_tutorial.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_o_tutorial.htm
--- cdt_o_tutorial.htm	19 Dec 2003 20:47:29 -0000	1.1
+++ cdt_o_tutorial.htm	8 Apr 2004 23:11:18 -0000
@@ -1,32 +1,31 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html lang="en">
-
 <head>
-<meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Tutorial</title>
-<link rel="stylesheet" type="text/css" href="../help.css">
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Tutorial</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
 <body>
-
 <h1>Tutorial</h1>
-&nbsp;<p>This tutorial guides you through the basic steps to get started 
-with the C/C++ Development Toolkit (CDT) by creating a HelloWorld 
-project on Windows.</p>
+<p>This tutorial guides you through the process of using the C/C++ Development Toolkit (CDT) to create a HelloWorld project on a Windows platform.</p>
 <h2>Before you begin</h2>
-<p>You need to install and configure the following utilities:</p>
-
+<p>You must install and configure the following utilities:</p>
 <ul>
-  <li>Build (such as make).</li>
-  <li>Compile (such as gcc). For more information, see
-  <a href="http://gcc.gnu.org";>http://gcc.gnu.org</a>.</li>
-  <li>Debug (such as gdb). For more information, see
-  <a href="http://sources.redhat.com/gdb/";>http://sources.redhat.com/gdb/</a>.</li>
+  <li>Build (such as <tt>make</tt>).</li>
+  <li>Compile (such as gcc). For more information, see <a href="http://gcc.gnu.org";>http://gcc.gnu.org</a>.</li>
+  <li>Debug (such as gdb). For more information, see <a href="http://sources.redhat.com/gdb/";>http://sources.redhat.com/gdb/</a>.</li>
 </ul>
 
+<p><b>Tip:</b> Cygwin contains these utilities for a Windows environment. 
+  For more information, see <a href="http://www.cygwin.com";>http://www.cygwin.com</a>. 
+</p>
+<p>To test if cygwin was installed correctly open a command prompt and type <tt>g++</tt> or <tt>make</tt>.</p>
+
+<p>The following error message means that no <tt>make</tt> is installed or your path is not configured correctly.</p>  
+<pre>'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file</pre> 
+<p>To check your path at a command prompt and enter <tt>PATH</tt>.  Make sure that the path to your build utility is defined (example <tt>PATH=c:\cygwin\bin</tt>).<p>
+
 <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
   <tr>
     <th align="left" valign="bottom" width="279">To</th>
@@ -35,32 +34,38 @@
   <tr>
     <td align="left" width="279">Create, name, and specify the location of your 
     project</td>
-    <td align="left" width="206"><a href="../getting_started/cdt_w_newproj.htm">Creating your 
-    project</a></td>
+    <td align="left" width="206"><a href="cdt_w_newproj.htm">Creating your project</a></td>
   </tr>
   <tr>
-    <td align="left" width="279">Create, name, and save your .cpp file</td>
-    <td align="left" width="206"><a href="../getting_started/cdt_w_newcpp.htm">Creating your C++ 
-    file</a></td>
+    <td align="left" width="279">Create, name, and save your CPP file</td>
+    <td align="left" width="206"><a href="cdt_w_newcpp.htm">Creating your C++ 
+      file</a></td>
   </tr>
   <tr>
-    <td align="left" width="279">Create, name, and save your gnu makefile</td>
-    <td align="left" width="206"><a href="../getting_started/cdt_w_newmake.htm">Creating your makefile</a></td>
+    <td align="left" width="279">Create, name, and save your gnu <tt>makefile</tt></td>
+    <td align="left" width="206"><a href="cdt_w_newmake.htm">Creating your makefile</a></td>
   </tr>
   <tr>
     <td align="left" width="279">Build your project</td>
-    <td align="left" width="206"><a href="../getting_started/cdt_w_build.htm">Building your project</a></td>
+    <td align="left" width="206"><a href="cdt_w_build.htm">Building your project</a></td>
   </tr>
   <tr>
     <td align="left" width="279">Create a debug configuration and debug 
     your project</td>
-    <td align="left" width="206"><a href="../getting_started/cdt_w_debug.htm">Debugging your 
-    project</a></td>
+    <td align="left" width="206"><a href="cdt_w_debug.htm">Debugging your project</a></td>
   </tr>
 </table>
 
-&nbsp;<p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> </p>
+<p>&nbsp;</p>
+<p><a href="cdt_w_newmake.htm" style="text-decoration: none"> <img border="0" src="../images/ngnext.gif" width="16" height="16"></a> 
+  <b><a href="cdt_w_newproj.htm">Start Tutorial: Creating your project</a> </b> 
+</p>
+<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> 
+  <br>
+  <a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
+</p>
+<p><img src="../images/ng2003.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
+</p>
 </body>
 
 </html>
Index: _vti_cnf/cdt_w_build.htm
===================================================================
RCS file: _vti_cnf/cdt_w_build.htm
diff -N _vti_cnf/cdt_w_build.htm
--- _vti_cnf/cdt_w_build.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:35:43 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 13:47:44 -0000
-vti_title:SR|Building your project
-vti_lineageid:SR|{C426A02B-2FB6-4720-B4E8-6BFFC5942BD3}
-vti_backlinkinfo:VX|tasks/cdt_o_tutorial.htm getting_started/cdt_w_debug.htm getting_started/cdt_w_newmake.htm
-vti_nexttolasttimemodified:TR|27 Nov 2003 20:33:32 -0000
-vti_cacheddtm:TX|27 Nov 2003 20:35:43 -0000
-vti_filesize:IR|2336
-vti_cachedtitle:SR|Building your project
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css S|../images/ngconcepts.gif H|../concepts/cdt_c_projects.htm H|../concepts/cdt_c_build_over.htm S|../images/ngtasks.gif H|../tasks/cdt_o_build_task.htm S|../images/ngref.gif H|../reference/cdt_u_newproj_buildset.htm H|cdt_w_debug.htm S|../images/ngnext.gif H|cdt_w_debug.htm H|cdt_w_newmake.htm S|../images/ngback.gif H|cdt_w_newmake.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FSUS|images/ngconcepts.gif FHUS|concepts/cdt_c_projects.htm FHUS|concepts/cdt_c_build_over.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_build_task.htm FSUS|images/ngref.gif FHUS|reference/cdt_u_newproj_buildset.htm FHUS|getting_started/cdt_w_debug.htm FSUS|images/ngnext.gif FHUS|getting_started/cdt_w_debug.htm FHUS|getting_started/cdt_w_newmake.htm FSUS|images/ngback.gif FHUS|getting_started/cdt_w_newmake.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Language en-us GENERATOR Microsoft\\ FrontPage\\ 5.0 ProgId FrontPage.Editor.Document HTTP-EQUIV=Content-Type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0
Index: _vti_cnf/cdt_w_debug.htm
===================================================================
RCS file: _vti_cnf/cdt_w_debug.htm
diff -N _vti_cnf/cdt_w_debug.htm
--- _vti_cnf/cdt_w_debug.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:33:56 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 14:37:52 -0000
-vti_title:SR|Debugging your project
-vti_lineageid:SR|{5ACBE23B-330E-4908-89B6-8413A9847BDB}
-vti_backlinkinfo:VX|tasks/cdt_o_tutorial.htm getting_started/cdt_w_build.htm
-vti_cacheddtm:TX|27 Nov 2003 20:33:56 -0000
-vti_filesize:IR|3364
-vti_cachedtitle:SR|Debugging your project
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css H|cdt_w_build.htm S|../images/ngback.gif H|cdt_w_build.htm S|../images/ngconcepts.gif H|../concepts/cdt_c_over_dbg.htm H|../concepts/cdt_c_dbg_info.htm S|../images/ngtasks.gif H|../tasks/cdt_o_debug.htm S|../images/ngref.gif H|../reference/cdt_u_dbg_view.htm H|../reference/cdt_u_dbg_view.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FHUS|getting_started/cdt_w_build.htm FSUS|images/ngback.gif FHUS|getting_started/cdt_w_build.htm FSUS|images/ngconcepts.gif FHUS|concepts/cdt_c_over_dbg.htm FHUS|concepts/cdt_c_dbg_info.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_debug.htm FSUS|images/ngref.gif FHUS|reference/cdt_u_dbg_view.htm FHUS|reference/cdt_u_dbg_view.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Language en-us GENERATOR Microsoft\\ FrontPage\\ 5.0 ProgId FrontPage.Editor.Document HTTP-EQUIV=Content-Type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0
-vti_nexttolasttimemodified:TR|27 Nov 2003 14:37:52 -0000
Index: _vti_cnf/cdt_w_existing_code.htm
===================================================================
RCS file: _vti_cnf/cdt_w_existing_code.htm
diff -N _vti_cnf/cdt_w_existing_code.htm
--- _vti_cnf/cdt_w_existing_code.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:39:26 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 13:53:19 -0000
-vti_title:SR|How to bring C/C++ source files into Eclipse
-vti_lineageid:SR|{8ED3B7BB-6E0F-4AE4-A721-3A10DE2F9584}
-vti_backlinkinfo:VX|concepts/cdt_c_projects.htm concepts/cdt_c_proj_file_views.htm concepts/cdt_c_over_cdt.htm concepts/cdt_o_concepts.htm
-vti_nexttolasttimemodified:TR|27 Nov 2003 20:35:22 -0000
-vti_cacheddtm:TX|27 Nov 2003 20:39:26 -0000
-vti_filesize:IR|4033
-vti_cachedtitle:SR|How to bring C/C++ source files into Eclipse
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css H|../tasks/cdt_t_proj_new.htm H|../tasks/cdt_o_proj_prop.htm H|../tasks/cdt_t_proj_new.htm H|../tasks/cdt_o_proj_prop.htm S|../images/ngconcepts.gif H|../concepts/cdt_c_over_cdt.htm H|../concepts/cdt_c_projects.htm S|../images/ngtasks.gif H|../tasks/cdt_o_proj_files.htm S|../images/ngref.gif H|../reference/cdt_o_proj_prop_pages.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FHUS|tasks/cdt_t_proj_new.htm FHUS|tasks/cdt_o_proj_prop.htm FHUS|tasks/cdt_t_proj_new.htm FHUS|tasks/cdt_o_proj_prop.htm FSUS|images/ngconcepts.gif FHUS|concepts/cdt_c_over_cdt.htm FHUS|concepts/cdt_c_projects.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_proj_files.htm FSUS|images/ngref.gif FHUS|reference/cdt_o_proj_prop_pages.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Language en-us GENERATOR Microsoft\\ FrontPage\\ 5.0 ProgId FrontPage.Editor.Document HTTP-EQUIV=Content-Type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0
Index: _vti_cnf/cdt_w_newcpp.htm
===================================================================
RCS file: _vti_cnf/cdt_w_newcpp.htm
diff -N _vti_cnf/cdt_w_newcpp.htm
--- _vti_cnf/cdt_w_newcpp.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:35:33 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 13:53:18 -0000
-vti_title:SR|Creating your C++ file
-vti_lineageid:SR|{FC472724-E701-47F3-BC38-E0667264ED63}
-vti_backlinkinfo:VX|tasks/cdt_o_tutorial.htm getting_started/cdt_w_newmake.htm getting_started/cdt_w_newproj.htm
-vti_nexttolasttimemodified:TR|27 Nov 2003 20:34:30 -0000
-vti_cacheddtm:TX|27 Nov 2003 20:35:33 -0000
-vti_filesize:IR|4197
-vti_cachedtitle:SR|Creating your C++ file
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css H|cdt_w_newproj.htm H|cdt_w_newmake.htm S|../images/ngnext.gif H|cdt_w_newmake.htm H|cdt_w_newproj.htm S|../images/ngback.gif H|cdt_w_newproj.htm S|../images/ngconcepts.gif H|../concepts/cdt_c_projects.htm H|../concepts/cdt_c_proj_file_views.htm H|../concepts/cdt_o_code_entry.htm S|../images/ngtasks.gif H|../tasks/cdt_o_proj_files.htm H|../tasks/cdt_o_write_code.htm S|../images/ngref.gif H|../reference/cdt_o_proj_prop_pages.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FHUS|getting_started/cdt_w_newproj.htm FHUS|getting_started/cdt_w_newmake.htm FSUS|images/ngnext.gif FHUS|getting_started/cdt_w_newmake.htm FHUS|getting_started/cdt_w_newproj.htm FSUS|images/ngback.gif FHUS|getting_started/cdt_w_newproj.htm FSUS|images/ngconcepts.gif FHUS|concepts/cdt_c_projects.htm FHUS|concepts/cdt_c_proj_file_views.htm FHUS|concepts/cdt_o_code_entry.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_proj_files.htm FHUS|tasks/cdt_o_write_code.htm FSUS|images/ngref.gif FHUS|reference/cdt_o_proj_prop_pages.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Language en-us GENERATOR Microsoft\\ FrontPage\\ 5.0 ProgId FrontPage.Editor.Document HTTP-EQUIV=Content-Type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0
Index: _vti_cnf/cdt_w_newmake.htm
===================================================================
RCS file: _vti_cnf/cdt_w_newmake.htm
diff -N _vti_cnf/cdt_w_newmake.htm
--- _vti_cnf/cdt_w_newmake.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:35:33 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 13:53:19 -0000
-vti_title:SR|Creating your makefile
-vti_lineageid:SR|{97737D43-A0C2-43B0-887D-522EAC2360C1}
-vti_backlinkinfo:VX|tasks/cdt_o_tutorial.htm getting_started/cdt_w_build.htm getting_started/cdt_w_newcpp.htm
-vti_nexttolasttimemodified:TR|27 Nov 2003 20:34:30 -0000
-vti_cacheddtm:TX|27 Nov 2003 20:35:33 -0000
-vti_filesize:IR|2881
-vti_cachedtitle:SR|Creating your makefile
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css H|cdt_w_build.htm S|../images/ngnext.gif H|cdt_w_build.htm H|cdt_w_build.htm H|cdt_w_newcpp.htm S|../images/ngback.gif H|cdt_w_newcpp.htm S|../images/ngconcepts.gif H|../concepts/cdt_o_projects.htm H|../concepts/cdt_o_code_entry.htm S|../images/ngtasks.gif H|../tasks/cdt_o_proj_files.htm H|../tasks/cdt_o_write_code.htm S|../images/ngref.gif H|../reference/cdt_o_proj_prop_pages.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FHUS|getting_started/cdt_w_build.htm FSUS|images/ngnext.gif FHUS|getting_started/cdt_w_build.htm FHUS|getting_started/cdt_w_build.htm FHUS|getting_started/cdt_w_newcpp.htm FSUS|images/ngback.gif FHUS|getting_started/cdt_w_newcpp.htm FSUS|images/ngconcepts.gif FHUS|concepts/cdt_o_projects.htm FHUS|concepts/cdt_o_code_entry.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_proj_files.htm FHUS|tasks/cdt_o_write_code.htm FSUS|images/ngref.gif FHUS|reference/cdt_o_proj_prop_pages.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Language en-us GENERATOR Microsoft\\ FrontPage\\ 5.0 ProgId FrontPage.Editor.Document HTTP-EQUIV=Content-Type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0
Index: _vti_cnf/cdt_w_newproj.htm
===================================================================
RCS file: _vti_cnf/cdt_w_newproj.htm
diff -N _vti_cnf/cdt_w_newproj.htm
--- _vti_cnf/cdt_w_newproj.htm	28 Nov 2003 21:50:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|27 Nov 2003 20:35:22 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|tdesous
-vti_modifiedby:SR|tdesous
-vti_timecreated:TR|27 Nov 2003 13:53:18 -0000
-vti_title:SR|Creating your project
-vti_lineageid:SR|{41DD5123-C630-4CE3-AFCE-3E005940D5A9}
-vti_backlinkinfo:VX|tasks/cdt_o_tutorial.htm getting_started/cdt_w_newcpp.htm
-vti_nexttolasttimemodified:TR|27 Nov 2003 20:34:30 -0000
-vti_cacheddtm:TX|27 Nov 2003 20:35:22 -0000
-vti_filesize:IR|3794
-vti_cachedtitle:SR|Creating your project
-vti_cachedbodystyle:SR|<body>
-vti_cachedlinkinfo:VX|Q|../help.css H|cdt_w_newcpp.htm S|../images/ngnext.gif H|cdt_w_newcpp.htm S|../images/ngconcepts.gif H|../concepts/cdt_c_over_cdt.htm H|../concepts/cdt_c_projects.htm H|../concepts/cdt_c_proj_file_views.htm S|../images/ngtasks.gif H|../tasks/cdt_o_proj_prop.htm H|../tasks/cdt_o_proj_files.htm S|../images/ngref.gif H|../reference/cdt_o_proj_prop_pages.htm S|../images/ngtasks.gif
-vti_cachedsvcrellinks:VX|FQUS|help.css FHUS|getting_started/cdt_w_newcpp.htm FSUS|images/ngnext.gif FHUS|getting_started/cdt_w_newcpp.htm FSUS|images/ngconcepts.gif FHUS|concepts/cdt_c_over_cdt.htm FHUS|concepts/cdt_c_projects.htm FHUS|concepts/cdt_c_proj_file_views.htm FSUS|images/ngtasks.gif FHUS|tasks/cdt_o_proj_prop.htm FHUS|tasks/cdt_o_proj_files.htm FSUS|images/ngref.gif FHUS|reference/cdt_o_proj_prop_pages.htm FSUS|images/ngtasks.gif
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=content-language en-us generator Microsoft\\ FrontPage\\ 5.0 progid FrontPage.Editor.Document HTTP-EQUIV=content-type text/html;\\ charset=UTF-8
-vti_charset:SR|utf-8
-vti_language:SR|en-us
-vti_progid:SR|FrontPage.Editor.Document
-vti_generator:SR|Microsoft FrontPage 5.0

Back to the top