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
> not, I get
> an error Message when Loading the Typ
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 anyone tell me what