      Installing Dynamic Draw Professional version 4.1

                    January 6, 2007

                   Masayuki Fukushiro

Requirements
============
To build Dynamic Draw Professional, 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:

  -+- InstallDynamicDraw (directory)
   |
   +- DynamicDraw (directory)
   |
   +- DynamicServer (directory)
   |
   +- FmRegExp (directory)
   |
   +- HiDocTool (directory)
   |
   +- libpng (directory)
   |
   +- MsgPanel (directory)
   |
   +- MolipSDK (directory)
   |
 * +- BuildDynamicDraw (this directory)
       |
     * +- INSTALL.txt (this file)
       |
       +- INSTALL.JP.txt (file)
       |
       +- BuildDynamicDraw_EN_US.dsw (file)
       |
       +- BuildDynamicDraw_JP.dsw (file)

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

Whole Dynamic Draw Professional building steps
==============================================
1. Start Visual C++.
2. Open the workspace '../libpng/libpng_dd/projects/visualc6/libpng.dsw'.
3. If 'zlib' project is required, specify '../libpng/zlib123/projects/visualc6/zlib.dsp'.
4. Activate 'libpng - Win32 STC LIB Release' and rebuild all.
5. Open the workspace 'BuildDynamicDraw_EN_US.dsw'.
6. Activate 'DynamicDraw - Win32 Release' and rebuild all.

Dynamic Draw Professional Execution
===================================
See ../DynamicDraw/INSTALL.txt.
