Skip to content

Commit

Permalink
Updated for v2.1.0 milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEI-Saravanan committed Jan 14, 2014
1 parent 92e89f8 commit 530be84
Show file tree
Hide file tree
Showing 810 changed files with 51,267 additions and 27,162 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documents/1 Development Environment/images/libxml2Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documents/1 Development Environment/images/vc_include_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documents/1 Development Environment/images/vc_library_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documents/1 Development Environment/images/vc_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ul>
<li>Download and install IXXAT VCI drivers from the following link <xref href="http://www.ixxat.com/download_vci_v3_en.html" scope="external" class="- topic/xref "/></li>
<li>Set Windows environment variable &apos;IXXAT_VCI_SDK&apos; with the path to the VCI header files (e.g. IXXAT_VCI_SDK = &quot;C:\Program Files\IXXAT\VCI 3.5\sdk\Microsoft_VisualC&quot;).</li>
<li>Restart the machine after performing the above two steps</li>
<li>Restart the computer after performing the above two steps</li>
</ul>
</section>
<section>
Expand All @@ -30,12 +30,22 @@
<li>Download and Copy libxml2-2.7.8.win32, iconv-1.9.2.win32 and zlib-1.2.5.win32 from the following link <xref href="ftp://xmlsoft.org/libxml2/win32/" scope="external"/> to C: drive</li>
</ul>
<ul>
<li>Include libxml2, iconv and zlib binaries, libraries and include file in VC++ directory in Visual Studio Tools options.This can be done by selecting the Options... menu item occurring under the Tools menu, as shown in the image below:</li>
<li>Add libxml2, iconv and zlib binaries, libraries and include files in VC++ directories in Visual Studio <b>
<b>
<b>
<b>Properties</b>
</b>
</b>
</b> page for each project. This can be done by selecting the <b>Properties</b> menu item displayed on right click of a project in <b>Solution Explorer</b> as shown in the image below:</li>
</ul>
<image href="../images/vc_options.png" placement="break"/>
<p>Clicking the menu item Options... will result in the following dialog box:</p>
<image href="../images/vc_options.png"/>
<p>Clicking the menu item <b>Properties</b> will display the properties window as shown below:</p>
<image href="../images/libxml2Settings - edit.png"/>
<p>To add executable path for libxml2, select the <b>Executable Directories</b> option and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>bin</b> as shown below:</p>
<image href="../images/libxml2Settings.png" placement="break"/>
<p>To add include path for libxml2, select the <b>Include Directories</b> option and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>include</b> as shown below:</p>
<image href="../images/libxml2IncludeSettings.png" placement="break"/>
<p>To add library path for libxml2, select the <b>Library Directories</b> and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>lib</b> as shown below:</p>
<image href="../images/libxml2LibrarySettings.png" placement="break"/>
</section>
<section>
Expand Down
18 changes: 9 additions & 9 deletions Documents/1 Development Environment/topics/vc.dita
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/topic.dtd" []>
<topic id="vc" xml:lang="en-us">
<title>MS Visual C++ Express 2008 - Compiler and IDE</title>
<title>MS Visual C++ Express 2012 - Compiler and IDE</title>
<prolog>
<author>Ratnadip Choudhury</author>
<copyright>
Expand All @@ -12,7 +12,7 @@
<body>
<section>
<title>Description</title>
<p>The MS Visual Studio is a common build environment and IDE on the Windows platform. MS provides cost-free Express editions that are missing the necessary MFC+ATL libraries. This topic mainly describes how to setup a Visual C++ Express 2008 environment and add the necessary MFC+ATL libraries.</p>
<p>The MS Visual Studio is a common build environment and IDE on the Windows platform. MS provides cost-free Express editions that are missing the necessary MFC and ATL libraries. This topic mainly describes how to setup a Visual C++ Express 2012 environment and add the necessary MFC and ATL libraries.</p>
<p>With the more feature-rich versions, the compilation should work out-of-the-box.</p>
</section>
<section>
Expand Down Expand Up @@ -66,12 +66,11 @@
</ul>
<p>The BUSMASTER project files and the solution file should automatically use WinDDK if it is installed in the standard installation folder. You need to adjust it if necessary.</p>
<p>If the usual registration does not work for you, read on and learn how to register WinDDK manually in your Visual C++ 2008 environment.</p>
<p>A couple of directory paths from WinDDK are need to be added to the project configuration, to instruct Visual C++ where the MFC related files are found. This can be done by selecting the <uicontrol>Options...</uicontrol> menu item occurring under the <uicontrol>Tools</uicontrol> menu, like shown in the image below:</p>
<p>A couple of directory paths from WinDDK are need to be added to the project configuration, to instruct Visual C++ where the MFC related files are found. This can be done by selecting the project <b>Properties</b> menu item displayed when right clicked on the project in <b>Solution Explorer </b>view like shown in the image below. The properties are set by default. Please verify with the paths added. This has to be checked for all the projects in the Solution Explorer.</p>
<image href="../images/vc_options.png" placement="break"/>
<p>Clicking the menu item <uicontrol>Options...</uicontrol> will result in the following dialog box:</p>
<image href="../images/vc_include_files.png" placement="break"/>
<p>Please select the node <uicontrol>VC++ Directories</uicontrol> under its parent node <uicontrol>Projects and Solutions</uicontrol> occurring under the left pane. Please select <uicontrol>Include files</uicontrol> entry from the drop-down combo box <uicontrol>Show directories for</uicontrol>. As indicated in the picture, the following path entries need to be added:
<ul>
<p>Clicking the menu item <uicontrol>Properties</uicontrol> will display the properties window as shown below. Please select the node <uicontrol>VC++ Directories</uicontrol> under its parent node <uicontrol>Configuration Properties</uicontrol> occurring under the left pane. Please select <uicontrol>Include Directories</uicontrol> entry and then select the drop-down combo box and select <b>Edit...</b> as shown below.</p>
<image href="../images/vc_include_files_edit.png" placement="break"/>
<p>As indicated in the picture below, the following path entries should be listed. If not listed, please add the following entries.<ul>
<li>
<filepath>$(DDK_directory)\inc\mfc42</filepath>
</li>
Expand All @@ -80,9 +79,10 @@
</li>
</ul></p>
<p><filepath>$(DDK_directory)</filepath> indicates the directory where DDK has been installed (<filepath>C:\WinDDK\7600.16385.1</filepath> for example)</p>
<p>Next, similar procedure should be carried out for <uicontrol>Library files</uicontrol> entry in the already mentioned drop-down combo box, as shown below: </p>
<image href="../images/vc_include_files.png" placement="break"/>
<p>Next, similar procedure should be carried out for <uicontrol>Library files</uicontrol> entry as shown below: </p>
<image href="../images/vc_library_files.png" placement="break"/>
<p>Please add there:<ul>
<p>As indicated in the picture above, the following path entries should be listed. If not listed, please add the following entries. Please add there:<ul>
<li>
<filepath>$(DDK_directory)\lib\mfc\i386</filepath>
</li>
Expand Down
Loading

0 comments on commit 530be84

Please sign in to comment.