Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jandubois/win32-ole
https://github.com/jandubois/win32-ole
perl perl-module perl5 win32
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandubois/win32-ole
- Owner: jandubois
- Created: 2012-05-23T00:48:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T00:53:13.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T18:42:02.940Z (3 months ago)
- Topics: perl, perl-module, perl5, win32
- Language: Perl
- Size: 461 KB
- Stars: 11
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
The Win32::OLE module provides OLE Automation capabilities to Perl.
It is based on the OLE module distributed by ActiveState with
their "Perl for Win32" port of Perl 5.003_07. Win32::OLE replaces
the older OLE module, which is now considered obsolete. Win32::OLE
is already included in the ActivePerl binary distribution.This module is compatible with Perl 5.004_01 and above. Compilation
requires either Microsoft Visual C++ 4.2b or later, or Borland C++
version 4.02 or above.Do:
perl Makefile.PL
$make
$make test
$make installwhere $make is either "nmake" or "dmake".
See the pod documentation for details of usage.
The file NEWS.pod contains a history of user visible changes against the
previous version.***WARNING*** This version of the module contains ALPHA level support for
OLE events. This support doesn't work yet for some OLE controls and the
user interface is still subject to change!