Re: Win32::AdminMisc DLL problem



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
.



Relevant Pages

  • Re: Problems while installing win32::api
    ... command ppm install in my desktop system as it comes up with an error ... Internet explorer. ... I put API.pm manually to the folder ... ppm install Win32-API.ppd ...
    (comp.lang.perl.modules)
  • Re: Please Help !!! Unable to install DBD-Oracle ( I am using perl 5.6 on solaris 8)
    ... > I am trying to install DBD-Oracle with PPM ... Do you Yahoo!? ...
    (perl.dbi.users)
  • Problems with Activestate 5.8, DBD::Oracle and par solved
    ... I wanted to share my wisdom about a strange problem with Activestate ... 5.8, DBD::Oracle and par. ... ppm install http://ftp.esoftmatic.com/outgoing/DBI/5.8.4/DBD-Oracle.ppd ... The good way to install DBD::Oracle is like they tell you to do: ...
    (perl.dbi.users)
  • Re: pdl on win32
    ... You don't need to ask us if you're missing any modules - Perl has ... the module tarball, but using PPM means you don't normally download ... Here's the instructions - it looks like you didn't install all of the ... ppm install http://theoryx5.uwinnipeg.ca/ppms/OpenGL.ppd ...
    (comp.lang.perl.modules)
  • Re: DBI:oracle looks for perl56.dll in perl version 5.8
    ... PPM install DBI ... PPM install DBD-Oracle ... > This may be a really silly question, but I've downloaded this driver from ...
    (comp.lang.perl.modules)