           Installing MsgPanel version 4.1

                    January 6, 2007

                   Masayuki Fukushiro

Requirements
============
To build MsgPanel, following software is required.
- Microsoft Windows 98 or Windows Me or Windows 2000 or Windows XP
- Microsoft Visual C++ 6.0

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

  -+- BuildDynamicDraw (directory)
   |
   +- InstallDynamicDraw (directory)
   |
   +- DynamicDraw (directory)
   |
   +- DynamicServer (directory)
   |
   +- FmRegExp (directory)
   |
   +- HiDocTool (directory)
   |
   +- libpng (directory)
   |
   +- MolipSDK (directory)
   |
 * +- MsgPanel (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)
       |
       +- *.ico (files)
       |
       +- MsgPanel.rc (file)
       |
       +- MsgPanel.dsp (file)
       |
       +- MsgPanel.dsw (file)

Stand alone building steps
==========================
1. Start Visual C++.
2. Open the workspace 'MsgPanel.dsw'.
3. Select Rebuild all.

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

