> >
> > Hi,
> >
> > I want to write
> > use Win32::OLE::Const 'Microsoft PowerPoint';
> > instead of
> > use Win32::OLE::Const Microsoft PowerPoint 9.0 Object Library';
> >
> > ... on one machine the first Notation works co
30.09.2009 02:11
An
armin.no...@aktion-mensch.de
Kopie
perl-win32-users@listserv.activestate.com
Thema
Re: Microsoft PowerPoint 9.0 Object Library
2009/9/29 :
>
> Hi,
>
> I want to write
> use Win32::OLE::Const 'Microsoft PowerPoint';
> instead of
>
2009/9/29 :
>
> Hi,
>
> I want to write
> use Win32::OLE::Const 'Microsoft PowerPoint';
> instead of
> use Win32::OLE::Const Microsoft PowerPoint 9.0 Object Library';
>
> ... on one machine the first Notation works correctly on the other machine
> n
Hi,
I want to write
use Win32::OLE::Const 'Microsoft PowerPoint';
instead of
use Win32::OLE::Const Microsoft PowerPoint 9.0 Object Library';
... on one machine the first Notation works correctly on the other machine
not, I get
an error Message when Loading the TypeLib. Can anyo