Win32::Setupsup version 1.10, released September 16, 2012 This module helps you to control other Windows programs. It's especially useful for programs that don't provide their own scripting language or OLE Automation support. The Win32::CtrlGUI module provides a more user-friendly wrapper around Win32::Setupsup. You should probably use it instead of trying to use Win32::Setupsup directly. INSTALLATION The C++ part of Win32::Setupsup uses Microsoft's Structured Exception Handling, which is not supported by MinGW's gcc. Therefore, it does not work with Strawberry Perl. You need to compile Perl (and Win32::Setupsup) with Microsoft's Visual C++. Porting help is welcome. To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES Requires Windows NT 4, Windows 2000, or Windows XP Package Minimum Version ------------------- --------------- perl 5.006 Carp Exporter Win32API::Registry XSLoader CHANGES Here's what's new in version 1.10 of Win32::Setupsup: (See the file "Changes" for the full revision history.) - port to Strawberry Perl and gcc - fix old C++ syntax to work with Visual C++ 2010 - fix refresh parameter in WaitForWindowClose (was ignored) COPYRIGHT AND LICENCE Copyright 1999 by Jens Helberg Copyright 2012 by Christopher J. Madsen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.