|
Posted by jis on May 16, 2007, 12:12 pm
Please log in for more thread options
>
> .
> .
>
>
>
> > For some unknown reason I could not install win32::api by using the
> > command ppm install in my desktop system as it comes up with an error
> > "could not connect" .I could go to the internet address through
> > Internet explorer. Therefore, I put API.pm manually to the folder
> > WIn32. For some reason this never works.
>
> There's much more to Win32::API than just API.pm. Best if you can sort out
> the problem you've got with ppm and get it working properly.
> See your perl\html\faq\ActivePerl-faq2.html for some help wrt that. (Perhaps
> the section that deals with proxy servers is pertinent ?) Also ActiveState
> host a ppm mailing list for additional help if you need
it:http://listserv.ActiveState.com/mailman/mysubs.
>
> As a quick(?) fix,
downloadhttp://ppm.activestate.com/PPMPackages/5.8-windows/MSWin32-x86-multi-...
> to some (any) folder - preferably a folder that doesn't contain any
> significant files - ie don't put it in a system folder or somewhere within
> your perl installation. Maybe create a separate folder "C:\my_ppms" and put
> it in there. In the same folder, create a file called Win32-API.ppd that
> contains the following:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <SOFTPKG NAME="Win32-API" VERSION="0,46,0,0">
> <ABSTRACT>Perl Win32 API Import Facility</ABSTRACT>
> <IMPLEMENTATION>
> <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
> <CODEBASE HREF="Win32-API-0.46.tar.gz" />
> <OS NAME="MSWin32" />
> <PROVIDE NAME="Win32::API" VERSION="0.46" />
> <PROVIDE NAME="Win32::API::Callback" VERSION="0.46" />
> <PROVIDE NAME="Win32::API::Struct" VERSION="0.45" />
> <PROVIDE NAME="Win32::API::Test" VERSION="undef" />
> <PROVIDE NAME="Win32::API::Type" VERSION="0.45" />
> <PROVIDE NAME="Win32::kernel32" VERSION="0.20" />
> </IMPLEMENTATION>
> <TITLE>Win32-API</TITLE>
> </SOFTPKG>
>
> Then cd to that folder and run:
>
> ppm install Win32-API.ppd
>
> If I've got it right (and I *think* I have) that will properly install
> Win32-API-0.46 for you.
> If it fails to install, or still won't function properly, then let us know.
>
> Cheers,
> Rob
Thats so nice of you.It worked perfect.Thanks a lot.
Why dont you reply for the question I posted for win32::ctrlgui
issue.
regards,
jis
|