________________________________________________________________________________

                      Win32::SharedFileOpen, Version 3.30
________________________________________________________________________________

INSTALLATION

    To install this module, cd to the directory that contains this INSTALL file
    and type the following:

        perl Makefile.PL
        nmake
        nmake test
        nmake install

    Use "dmake" rather than "nmake" in the commands above if that is what your
    Perl was built with.  To determine which make program was used to build your
    Perl type the following:

        perl -V:make

    Note that you should try to use the same compiler to build this module as
    was used to build your Perl itself.

    In particular, linking against the msvcrt.lib import library that comes with
    recent versions of the Microsoft Visual C++ compiler (version 7 and above)
    now produces binaries that depend on compiler-specific DLL's named
    msvcr70.dll, msvcr71.dll, etc, rather than the OS's msvcrt.dll.  This module
    may not work correctly if you build it with a different compiler than was
    used to build your Perl such that two different C runtime DLL's get loaded.

PREREQUISITES

    This module only works on "native" (i.e. non-Cygwin) Microsoft Windows
    platforms since only those platforms have C runtime libraries that contain
    the functions which this module provides interfaces to.

    Perl version 5.6.0 or later.
    The latest version of Perl is available from http://www.perl.com/.

    The only non-standard Perl module required by this module is:

        Win32::WinError

    This is part of the "libwin32" distribution, which is almost invariably
    present in Perl installations on Microsoft Windows platforms anyway, and is
    available from CPAN (http://www.cpan.org/).
________________________________________________________________________________
