diff options
Diffstat (limited to 'docs/installation/build_wince_notes.html')
-rw-r--r-- | docs/installation/build_wince_notes.html | 78 |
1 files changed, 63 insertions, 15 deletions
diff --git a/docs/installation/build_wince_notes.html b/docs/installation/build_wince_notes.html index 3115feb3..72fe29b3 100644 --- a/docs/installation/build_wince_notes.html +++ b/docs/installation/build_wince_notes.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="build_wince.html">Prev</a> </td> - <th width="60%" align="center">Chapter 6. - Building Berkeley DB for Windows Mobile - </th> + <th width="60%" align="center">Chapter 6. Building Berkeley DB for Windows Mobile </th> <td width="20%" align="right"> <a accesskey="n" href="build_wince_faq.html">Next</a></td> </tr> </table> @@ -40,14 +38,66 @@ </div> <div class="orderedlist"> <ol type="1"> - <li>The C++ API is not supported on Windows Mobile. The file stream and -exception handling functionality provided by the Berkeley DB C++ API are not -supported by Windows Mobile. It is possible to build a C++ application -against the Berkeley DB C API.</li> - <li>The Java API is not currently supported on Windows Mobile.</li> - <li>Tcl support is not currently supported on Windows Mobile.</li> - <li>Berkeley DB is shipped with support for the Pocket PC 2003 and Smartphone 2003 target platforms. It is possible to build Berkeley DB for different target platforms using Visual Studio's Configuration Manager. -<p>This can be done using the following steps:</p><div class="orderedlist"><ol type="a"><li>Open Visual Studio, and load the <code class="filename">build_wince/Berkeley_DB.sln</code> solution file.</li><li>Select the <span class="emphasis"><em>Build->Configuration Manager...</em></span> menu item.</li><li>In the <span class="emphasis"><em>Active Solution Platform...</em></span> dropdown, select <span class="emphasis"><em>New...</em></span></li><li>Select the desired target platform (you must have the desired Microsoft Platform SDK installed for it to appear in the list). Choose to copy settings from either the Pocket PC 2003 or Smartphone 2003 platforms.</li></ol></div><p>Before building the wce_tpcb sample application for the new platform, you will need to complete the following steps:</p><div class="orderedlist"><ol type="a"><li>Open the project properties page for wce_tpcb. Do this by: Right click <span class="emphasis"><em>wce_tpcb</em></span> in the <span class="emphasis"><em>Solution Explorer</em></span> then select <span class="emphasis"><em>Properties</em></span></li><li>Select <span class="emphasis"><em>Configuration Properties->Linker->Input</em></span></li><li>Remove <code class="filename">secchk.lib</code> and <code class="filename">crtti.lib</code> from the <span class="emphasis"><em>Additional Dependencies</em></span> field.</li></ol></div><p>NOTE: These steps are based on Visual Studio 2005, and might vary slightly depending on which version of Visual Studio being used.</p></li> + <li> + The C++ API is not supported on Windows Mobile. The + file stream and exception handling functionality provided + by the Berkeley DB C++ API are not supported by Windows + Mobile. It is possible to build a C++ application against + the Berkeley DB C API. + </li> + <li> + The Java API is not currently supported on Windows + Mobile. + </li> + <li> + Tcl support is not currently supported on Windows + Mobile. + </li> + <li> + Berkeley DB is shipped with support for the Pocket + PC 2003 and Smartphone 2003 target platforms. It is + possible to build Berkeley DB for different target + platforms using Visual Studio's Configuration Manager. + <p> + This can be done using the following + steps: + </p><div class="orderedlist"><ol type="a"><li> + Open Visual Studio, and load the + <code class="filename">build_wince/Berkeley_DB.sln</code> + solution file. + </li><li> + Select the <span class="emphasis"><em>Build->Configuration + Manager...</em></span> menu item. + </li><li> + In the <span class="emphasis"><em>Active Solution + Platform...</em></span> dropdown, select + <span class="emphasis"><em>New...</em></span></li><li> + Select the desired target platform (you must + have the desired Microsoft Platform SDK installed + for it to appear in the list). Choose to copy + settings from either the Pocket PC 2003 or + Smartphone 2003 platforms. + </li></ol></div><p> + Before building the wce_tpcb sample application for + the new platform, you will need to complete the + following steps: + </p><div class="orderedlist"><ol type="a"><li> + Open the project properties page for + wce_tpcb. Do this by: Right click + <span class="emphasis"><em>wce_tpcb</em></span> in the + <span class="emphasis"><em>Solution Explorer</em></span> then + select <span class="emphasis"><em>Properties</em></span></li><li> + Select <span class="emphasis"><em>Configuration + Properties->Linker->Input</em></span></li><li> + Remove <code class="filename">secchk.lib</code> and + <code class="filename">crtti.lib</code> from the + <span class="emphasis"><em>Additional Dependencies</em></span> + field. + </li></ol></div><p> + NOTE: These steps are based on Visual Studio 2005, + and might vary slightly depending on which version of + Visual Studio being used. + </p></li> </ol> </div> </div> @@ -62,9 +112,7 @@ against the Berkeley DB C API.</li> <td width="40%" align="right"> <a accesskey="n" href="build_wince_faq.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">Chapter 6. - Building Berkeley DB for Windows Mobile - </td> + <td width="40%" align="left" valign="top">Chapter 6. Building Berkeley DB for Windows Mobile </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |