Subject: | 64Bit WinMedia |
Date: | Tue, 27 Oct 2009 10:33:48 -0400 |
To: | bug-Win32-WindowsMedia [...] rt.cpan.org |
From: | Kevin Cook <kcook [...] voxel.net> |
Not sure if I would even classify this as a bug but I would like to see
some development for 64bit support.
I have used this on 32Bit WM servers with no issues, after switching to
64 I have ran into various issues, upon deleting here is one error I get
(yet the deletion is successful)
C:\Documents and Settings\Administrator\Desktop>perl saga.pl
No type library matching "Windows Media Services Server Object Model and
Plugin9.0 Type Library" found at
C:/strawberry/perl/site/lib/Win32/WindowsMedia.pm line 6
Win32::OLE(0.1709): GetOleTypeLibObject() Not a Win32::OLE::TypeLib
object at C:/strawberry/perl/site/lib/Win32/OLE/Const.pm line 49.
If I try to list mount points I get the following error and no mount
points listed.
C:\Documents and Settings\Administrator>perl winmedia-list.pl
No type library matching "Windows Media Services Server Object Model and
Plugin 9.0 Type Library" found at
C:/strawberry/perl/site/lib/Win32/WindowsMedia.pm line 6
Win32::OLE(0.1709): GetOleTypeLibObject() Not a Win32::OLE::TypeLib
object at C:/strawberry/perl/site/lib/Win32/OLE/Const.pm line 49.
This works with no issues on 32Bit.
Thanks.