           Installing PgDdConv234 version 1.0

                    January 6, 2007

                   Masayuki Fukushiro

Requirements
============
To build PgDdConv234, following software is required.
- Microsoft Windows 2000 or Windows XP
- Microsoft Visual C++ 2003

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

   +- MolipSDK (directory)
   |
   +- Plugin (directory)
       |
     * +- PgDdConv234 (this directory)
           |
         * +- INSTALL.txt (this file)
           |
           +- INSTALL.JP.txt (file)
           |
           +- README.txt (file)
           |
           +- README.JP.txt (file)
           |
           +- LICENSE.txt (file)
           |
           +- LICENSE.JP.txt (file)
           |
           +- *.cpp *.h *.rc *.def (files)
           |
           +- PgDdConv234.vcproj (file)
           |
           +- PgDdConv234.sln (file)
           |
           +- res (directory)
           |   |
           |   +- PgDdConv234.rc2 (file)
           |
           +- StcPgCore2To3 (directory)
           |   |
           |   +- *.cpp *.h *.rc *.def (files)
           |   |
           |   +- StcPgCore3To4.vcproj (file)
           |   |
           |   +- StcPgCore3To4.sln (file)
           |   |
           |   +- res (directory)
           |       |
           |       +- StcPgCore3To4.rc2 (file)
           |
           +- StcPgCore3To4 (directory)
           |   |
           |   +- *.cpp *.h *.rc *.def (files)
           |   |
           |   +- StcPgCore3To4.vcproj (file)
           |   |
           |   +- StcPgCore3To4.sln (file)
           |   |
           |   +- res (directory)
           |       |
           |       +- StcPgCore3To4.rc2 (file)
           |
           +- StcCoreToCore2 (directory)
           |   |
           |   +- *.cpp *.h *.rc *.def (files)
           |   |
           |   +- StcCoreToCore2.vcproj (file)
           |   |
           |   +- StcCoreToCore2.sln (file)
           |   |
           |   +- res (directory)
           |       |
           |       +- StcCoreToCore2.rc2 (file)
           |
           +- StcCoreToCore3 (directory)
           |   |
           |   +- *.cpp *.h *.rc *.def (files)
           |   |
           |   +- StcCoreToCore3.vcproj (file)
           |   |
           |   +- StcCoreToCore3.sln (file)
           |   |
           |   +- res (directory)
           |       |
           |       +- StcCoreToCore3.rc2 (file)
           |
           +- StcCoreToCore4 (directory)
               |
               +- *.cpp *.h *.rc *.def (files)
               |
               +- StcCoreToCore4.vcproj (file)
               |
               +- StcCoreToCore4.sln (file)
               |
               +- res (directory)
                   |
                   +- StcCoreToCore4.rc2 (file)

Building steps
==============
1. Start Visual C++.
2. Open the solution './PgDdConv234.sln'.
3. Activate 'ENG_Release' and rebuild this solution.

Installing
==========
1. Execute 'regsvr32.exe ENG_Release\PgDdConv234.dll'.
2. Start 'Dynamic Draw' and open [Environment setup] dialog/[Plug-in] page,
   tick off the plug-in.
3. Restart 'Dynamic Draw'.

Uninstalling
============
1. Start 'Dynamic Draw' and open [Environment setup] dialog/[Plug-in] page,
   clear the check mark on the plug-in.
2. Quit 'Dynamic Draw'.
3. Execute 'regsvr32.exe /u ENG_Release\PgDdConv234.dll'.

