           Installing PgSVGExport version 1.1.1

                    January 13, 2007

                   Masayuki Fukushiro

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

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

   |
   +- libpng (directory)
   |   |
   |   +- lpng128 (directory)
   |   |
   |   +- zlib123 (directory)
   |
   +- MolipSDK (directory)
   |
   +- Plugin (directory)
       |
     * +- PgSVGExport (this directory)
           |
         * +- INSTALL.txt (this file)
           |
           +- INSTALL.JP.txt (file)
           |
           +- README.txt (file)
           |
           +- README.JP.txt (file)
           |
           +- *.cpp *.h *.rc *.def (files)
           |
           +- PgSVGExport.vcproj (file)
           |
           +- PgSVGExport.sln (file)
           |
           +- res (directory)
           |   |
           |   +- PgSVGExport.rc2 (file)
           |
           +- hlp.ENG (directory)
           |   |
           |   +- *.* (files and directories)
           |
           +- hlp.JPN (directory)
               |
                  +- *.* (files and directories)

Building steps
==============
1. Start Visual C++ 6.0.
2. Open the workspace '../../libpng/lpng128/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. Start Visual C++ 2003.
6. Open the solution './PgSVGExport.sln'.
7. Activate 'ENG_Release' and rebuild this solution.

Installing
==========
1. Execute 'regsvr32.exe ENG_Release\PgSVGExport.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\PgSVGExport.dll'.

