Re: Win32::AdminMisc DLL problem
- From: "Dave" <daveandniki@xxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 19:01:47 GMT
<bkimelman@xxxxxxxxxxx> wrote in message
news:1120070185.914695.7830@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I am using a Windows XP PC.
>
> I am using Activestate Perl version 5.8.6.
>
> I installed the AdminMisc module as follows from the DOS command line :
>
> D:\ ppm install
> http://www.orth.net/perl/packages/win32-adminmisc.ppd
>
> The install went fine (i.e. no errors from PPM)
>
> Here is the test script I wrote
>
> ========================================
>
> #!/usr/bin/perl -w
>
> use strict;
> use Win32::AdminMisc;
>
> my ( $status , $total , $free );
>
> ($total,$free) = Win32::AdminMisc::GetDriveSpace("c:\\");
>
> exit 0;
>
> =================
>
> When I run the test sc ript from the DOS command line I receive an
> error message as follows :
>
> This application has failed to start because MSVCR70.dll was not
> found. Re-installing this application may fix this problem.
>
>
> Does anyone have any ideas about hwo to fix this problem ?
>
Have you tried a google search on the issue? It is a known problem with the
latest version (if you don't have
the .net runtime installed). You can use the older version. Install the dot
net runtime, or (I think) simple get and put msvcr70.dll somewhere in your
path.
e.g.
http://aspn.activestate.com/ASPN/Mail/Message/pdk/1810643
Dave
.
- References:
- Win32::AdminMisc DLL problem
- From: bkimelman
- Win32::AdminMisc DLL problem
- Prev by Date: Re: Cannot find DBD::Informix for ActivePerl 5.8.3
- Next by Date: Re: extract a value from a field in a file
- Previous by thread: Re: Win32::AdminMisc DLL problem
- Next by thread: Re: Win32::AdminMisc DLL problem
- Index(es):
Relevant Pages
|