core/com.nokia.carbide.cpp.doc.user/html/reference/olderproject_updater.html
author fturovic <frank.turovich@nokia.com>
Wed, 29 Apr 2009 14:43:11 -0500
changeset 133 ad6982151613
parent 0 fb279309251b
child 1225 a546534a48de
permissions -rw-r--r--
bug 8619 - revised text to make updater page more generic and allow for future changes

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>Project updater</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
   <h2>Updating Projects</h2>
   
   <p>
   The <b>Carbide.c++ File Updater</b> window appears when you open older Carbide.c++  projects that require updating. This most often occurs when new features are added to the project file format. The example in figure 1 shows the Carbide.c++ File Updater window with a v1.1 project that needs updating. In this case the updater  updates the template 
   projects from Carbide.c++ 1.1 to the latest template version. Projects that are already up-to-date are not affected by the updater process. New projects automatically use the most current project format.</p>
   <p>If your projects have up-to-date <span class="code">bld.inf</span> and <span class="code">MMP</span> files, it is recommended that you delete the existing Carbide.c++ projects and simply re-import them from the <span class="code">bld.inf</span> file. This ensures that the project file format is up-to-date. </p>
   <p>You can also select projects in the <a href="view_cpp_projects.htm">Project Explorer</a> or <a href="view_sym_proj_nav.htm">Symbian Project Navigator</a> views and choose <b>Project &gt; Update Projects</b> command to display the Carbide.c++ File Updater window.</p>
   <p align="center"><img src="images/project_update_files.png" width="568" height="569" /></p>
   <p align="left" class="figure">Figure 1 - Carbide.c++ File Updater </p>
   <h3><a name="uid" id="uid"></a>UI Designer Projects</h3>
   <p>If you are opening older projects that include UI Designer components, an error message will appear similar to the one shown in figure 2. Click OK to open the Carbide.c++ Files Updater window shown in figure 3.</p>
   <p align="center"><img src="images/project_updater_error.png" width="443" height="322" /></p>
   <p class="figure">Figure 2 - UI Designer Update Error</p>
   <p>&nbsp;</p>
   <p align="center"><img src="images/project_updater_changes.png" width="537" height="704" /> </p>
   <p class="figure">Figure 3 - Carbide.c++ Files Updater window</p>
   <p>Changes to be performed by the updater are shown in the Text Compare area. You can use the yellow up and down arrows to move to the next or previous change to be performed. Click cancel if you do not want the change to be made. Click Finish to accept the changes. </p>
   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

   </body>
</html>