You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/06/04 06:26:02 UTC

cvs commit: ws-axis/c/docs/windows/cpp windev-guide.html

roshan      2004/06/03 21:26:02

  Modified:    c/docs/windows/cpp windev-guide.html
  Log:
  Changed the Windows Developer Guide by Sevwandi
  
  Revision  Changes    Path
  1.3       +8 -9      ws-axis/c/docs/windows/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/windev-guide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- windev-guide.html	31 May 2004 06:56:07 -0000	1.2
  +++ windev-guide.html	4 Jun 2004 04:26:02 -0000	1.3
  @@ -186,6 +186,12 @@
   "[APACHE_HOME]\lib" to "[CHECKOUT_HOME]\c\lib\apache2_0".<br>
   </p>
   
  +<p><b>Building the AxisServer and AxisClient dlls </b> </p>
  +
  +<p>Build the AxisServer and AxisClient projects,
  +Which will build the AxisServer.dll and AxisClient.dll and also AxisServer.lib and AxisClient.lib
  +in [CHECKOUT_HOME]\c\bin.</p>
  +
   <p><b>Building Apache Modules (Apache 1.3.X and Apache 2.X) </b> </p>
   <p>
    In Visual C++ (The version used for this documentation was Visual C++ 6.0)
  @@ -201,16 +207,14 @@
   down list. In the Output file name text box put the value
   [APACHE_HOME]\modules\mod_axis.dll and click OK.</p>
   
  -
  -
   <p>Build either Apache1_3Module or Apache2_0Module project.
   In Visual C++ right click on either the project "Apache1_3Module" or
   "Apache2_0Module" in the workspace window, File View and click "build (selection only)"
   to build mod_axis.dll for Apache1_3Module or mod_axis2.dll for Apache2_0Module.
   <br><br>
   (From here onwards we will refer to these modules as APACHE_MODULE. Replace it 
  -with the correct module for the Apache server version that you have installed)  
  -<br><br>
  +with the correct module for the Apache server version that you have installed). Then build SimpleAxisServer.  
  +
   &nbsp;</p>
   
   <p><b>Axis Transport Library</b></p>
  @@ -224,12 +228,7 @@
   <br>Build the AxisTransport and AxisXMLParser projects,Which will build the AxisTransport.dll and AxisXMLParser.dll and also AxisTransport.lib and AxisXMLParser.lib
   in [CHECKOUT_HOME]\c\bin.</p>
   
  -<p><b>Building the AxisServer and AxisClient dlls </b> </p>
  -
   
  -<p>Similarly as you built the Apache modules, build the AxisServer and AxisClient projects,
  -Which will build the AxisServer.dll and AxisClient.dll and also AxisServer.lib and AxisClient.lib
  -in [CHECKOUT_HOME]\c\bin.</p>