           Installing DynamicServer version 4.1

                    January 6, 2007

                   Masayuki Fukushiro

Requirements
============
To build DynamicServer, following software is required.
- Microsoft Windows 98 or Windows Me or Windows 2000 or Windows XP
- Microsoft Visual C++ 6.0
- Perl
   You can download ActivePerl from the following Web site.
   http://www.activestate.com/

Directory structure
===================
Your directory structure should look like this:

  -+- BuildDynamicDraw (directory)
   |
   +- InstallDynamicDraw (directory)
   |
   +- DynamicDraw (directory)
   |
   +- FmRegExp (directory)
   |
   +- HiDocTool (directory)
   |
   +- libpng (directory)
   |
   +- MsgPanel (directory)
   |
   +- MolipSDK (directory)
   |
 * +- DynamicServer (this directory)
       |
     * +- INSTALL.txt (this file)
       |
       +- INSTALL.JP.txt (file)
       |
       +- README.txt (file)
       |
       +- README.JP.txt (file)
       |
       +- LICENSE.txt (file)
       |
       +- LICENSE.JP.txt (file)
       |
       +- *.h (files)
       |
       +- *.cpp (files)
       |
       +- *.pl (files)
       |
       +- *.pl_cpp (files)
       |
       +- *.pl_h (files)
       |
       +- *.pltp (files)
       |
       +- DynamicServer.rc (file)
       |
       +- DynamicServer.dsp (file)
       |
       +- DynamicServer.dsw (file)
       |
       +- res (directory)
       |   |
       +   +- *.ico (files)
       |   |
       +   +- DynamicServer.rc2 (file)
       |
       +- DynamicServerRes (directory)
           |
           +- EN_US (directory)
           |   |
           |   +- *.h (files)
           |   |
           |   +- *.cpp (files)
           |   |
           |   +- DynamicServerRes.rc (file)
           |   |
           |   +- DynamicServerRes.dsp (file)
           |   |
           |   +- DynamicServerRes.dsw (file)
           |   |
           |   +- res (directory)
           |       |
           |       +- *.ico (files)
           |       |
           |       +- DynamicServerRes.rc2 (file)
           |
           +- JP (directory)
               |
               +- *.h (files)
               |
               +- *.cpp (files)
               |
               +- DynamicServerRes.rc (file)
               |
               +- DynamicServerRes.dsp (file)
               |
               +- DynamicServerRes.dsw (file)
               |
               +- res (directory)
                   |
                   +- *.ico (files)
                   |
                   +- DynamicServerRes.rc2 (file)

And perl.exe must be the following path.
/Perl/bin/perl.exe

Stand alone building steps
==========================
1. Start Visual C++.
2. Open the workspace './DynamicServerRes/EN_US/DynamicServerRes.dsw'.
3. Select Rebuild all.
4. Open the workspace 'DynamicServer.dsw'.
5. Select Rebuild all.

Whole Dynamic Draw Professional building steps
==============================================
See ../BuildDynamicDraw/INSTALL.txt.

