Re: Win32::AdminMisc DLL problem
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 18:53:00 GMT
bkimelman@xxxxxxxxxxx wrote in
news:1120070185.914695.7830@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
> 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)
Interesting, as I got:
D:\Home> ppm install http://www.orth.net/perl/packages/win32-adminmi
sc.ppd
PPM::PPD::init: not a PPD and not a file:
<HTML><HEAD>
....
ITYM www.roth.net.
> #!/usr/bin/perl -w
use warnings;
is preferable because it allows you to turn selected warnings on/off in
lexical scopes.
> When I run the test scrript from the DOS command line I receive an
> error message as follows :
>
> This application has failed to start because MSVCR70.dll was not
> found.
You need the latest MS C runtime in your path.
More information can be found at
http://support.microsoft.com/dllhelp/default.aspx?fid=13475
My guess is, you need to install the .NET framework to get the runtime.
On the other hand, you may want to Google for MSVCR70 and see if you can
find more information.
Sinan
--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
.
- References:
- Win32::AdminMisc DLL problem
- From: bkimelman
- Win32::AdminMisc DLL problem
- Prev by Date: Re: Win32::AdminMisc DLL problem
- Next by Date: Re: Simple Structure Question
- Previous by thread: Re: Win32::AdminMisc DLL problem
- Next by thread: Re: Win32::AdminMisc DLL problem
- Index(es):
Relevant Pages
|