You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by sa...@apache.org on 2003/12/17 13:16:56 UTC

cvs commit: ws-site/targets/axis/cpp windev-guide.html

sanjaya     2003/12/17 04:16:56

  Modified:    targets/axis/cpp windev-guide.html
  Log:
  corrected some trivial mistakes
  
  Revision  Changes    Path
  1.4       +4 -4      ws-site/targets/axis/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/windev-guide.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- windev-guide.html	10 Dec 2003 17:44:33 -0000	1.3
  +++ windev-guide.html	17 Dec 2003 12:16:56 -0000	1.4
  @@ -81,7 +81,7 @@
   <!--================= start Menu ==================-->
   <td id="leftcol">
   <div id="navcolumn">
  -<div class="menuBar"><!--================= Start Menu Items (fixed apachecon icon) ==================--><A HREF="http://apachecon.com/2003/US/index.html"><img border="0" src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
  +<div class="menuBar">
   <div class="menu">
   <span class="menuLabel">Axis</span>
    
  @@ -351,11 +351,11 @@
   <p>
   <strong>For apache 2.X:</strong>
   </p>
  -<p>Copy the include files in "[APACHE_HOME]\include" directory to "[CHECKOUT_HOME] \c\include\apache2_0\"<br>3) Copy the lib files from "[XERCES_EXTRACT] \lib" to "[CHECKOUT_HOME]\c\lib\win32\xercesc"<br>4) Copy the lib files.</p>
  +<p>Copy the include files in "[APACHE_HOME]\include" directory to "[CHECKOUT_HOME] \c\include\apache2_0\"<br>3) Copy the lib files from "[XERCES_EXTRACT] \lib" to "[CHECKOUT_HOME]\c\lib\xercesc"<br>4) Copy the lib files.</p>
   <p>
  -<strong>For apache 1.3.X:</strong> copy the ApacheCore.lib file from [APACHE_HOME] \libexec to [CHECKOUT_HOME]\c\lib\win32\apache1_3.</p>
  +<strong>For apache 1.3.X:</strong> copy the ApacheCore.lib file from [APACHE_HOME] \libexec to [CHECKOUT_HOME]\c\lib\apache1_3.</p>
   <p>
  -<strong>For apache 2.X:</strong> copy libapr.lib, libhttpd.lib files from "[APACHE_HOME]\lib" to "[CHECKOUT_HOME]\c\lib\win32\apache2_0".<br>5) In Visual C++ (The version used for this documentation was Visual C++ 6.0) open the file Axis.dsw which is in "[CHECKOUT_HOME]\ws-axis \c\ vc". In the workspace window File View, right click on either the project "Apache1_3" or "Apache2_0" and click on the "Set as Active Project" to make it the Active Project.<br>6) Again in Visual C++ right click on either the project "Apache1_3" or "Apache2_0" in the workspace window File View and then click on Settings on the popup menu. Select the link tab. Select General from the Category drop down list. In the Output file name text box put the value [APACHE_HOME]\modules\mod_axis.dll and click OK.</p>
  +<strong>For apache 2.X:</strong> copy libapr.lib, libhttpd.lib files from "[APACHE_HOME]\lib" to "[CHECKOUT_HOME]\c\lib\apache2_0".<br>5) In Visual C++ (The version used for this documentation was Visual C++ 6.0) open the file Axis.dsw which is in "[CHECKOUT_HOME]\ws-axis \c\vc". In the workspace window File View, right click on either the project "Apache1_3" or "Apache2_0" and click on the "Set as Active Project" to make it the Active Project.<br>6) Again in Visual C++ right click on either the project "Apache1_3" or "Apache2_0" in the workspace window File View and then click on Settings on the popup menu. Select the link tab. Select General from the Category drop down list. In the Output file name text box put the value [APACHE_HOME]\modules\mod_axis.dll and click OK.</p>
   <p>
   <img alt="" src="images/c/mod_axis.jpg"></p>
   <p>7) In Visual C++ Go to "Build -&gt; Rebuild All"&ldquo; to build mod_axis.dll<br>&nbsp;</p>