in reply to Re: Re: Re: DDE Server? Client?
in thread DDE Server? Client?

It seems I could only get an old version of Win32::DDE
ppm> rep Repositories: [1] ActiveState Package Repository [2] ActiveState PPM2 Repository ppm> install Win32::DDE Searching for 'Win32::DDE' returned multiple results. Using 'search' i +nstead... Searching in Active Repositories 1. Win32-DDE [0.02] Perl extension for Win32 DDE callback 2. Win32-DDE [0.0] ppm> install 1 Package 1: Error: PPD for 'Win32-DDE.ppd' could not be found. ppm> install 2 Package 2: ==================== Install 'Win32-DDE' version 0.0 in ActivePerl 5.6.1.635. ==================== Downloaded 20100 bytes. Extracting 29/29: blib/html/site/lib/Win32/DDE/Client.html Installing C:\programs\perl\site\lib\auto\Win32\DDE\DDE.bs Installing C:\programs\perl\site\lib\auto\Win32\DDE\DDE.dll Installing C:\programs\perl\site\lib\auto\Win32\DDE\DDE.exp Installing C:\programs\perl\site\lib\auto\Win32\DDE\DDE.lib Installing C:\programs\perl\html\site\lib\Win32\DDE.html Installing C:\programs\perl\html\site\lib\Win32\DDE\Callback.html Installing C:\programs\perl\html\site\lib\Win32\DDE\Client.html Installing C:\programs\perl\site\lib\Win32\DDE.pm Installing C:\programs\perl\site\lib\Win32\DDE\Callback.pm Installing C:\programs\perl\site\lib\Win32\DDE\Client.pm Successfully installed Win32-DDE version 0.0 in ActivePerl 5.6.1.635.
Any ideas about what went wrong? Will 0.0 work? Thanks again.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: DDE Server? Client?
by tachyon (Chancellor) on Apr 02, 2004 at 01:13 UTC

    See A Guide To Installing Modules. Use the link I provided to download the zipped ppm. Here it is AGAIN http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/Win32-DDE.zip Unzip. I extracted it into tmp.

    C:\>cd tmp C:\tmp>dir Volume in drive C has no label. Volume Serial Number is 70BC-B980 Directory of C:\tmp 02/04/2004 11:14 <DIR> . 02/04/2004 11:14 <DIR> .. 02/04/2004 11:14 <DIR> MSWin32-x86-multi-thread 24/01/2003 18:26 130 README 24/01/2003 18:26 367 Win32-DDE.ppd 13 File(s) 12,664 bytes 4 Dir(s) 4,287,229,952 bytes free C:\tmp>ppm install win32-dde.ppd Installing package 'win32-dde.ppd'... Installing D:\Perl\site\lib\auto\Win32\DDE\DDE.bs Installing D:\Perl\site\lib\auto\Win32\DDE\DDE.dll Installing D:\Perl\site\lib\auto\Win32\DDE\DDE.exp Installing D:\Perl\site\lib\auto\Win32\DDE\DDE.lib Installing D:\Perl\html\site\lib\Win32\DDE.html Installing D:\Perl\html\site\lib\Win32\DDE\Callback.html Installing D:\Perl\html\site\lib\Win32\DDE\Client.html Installing D:\Perl\site\lib\Win32\DDE.pm Installing D:\Perl\site\lib\Win32\DDE\Callback.pm Installing D:\Perl\site\lib\Win32\DDE\Client.pm C:\tmp>

    cheers

    tachyon

      I downloaded this link directly:
      http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/Win32-DDE.zip

      But when I looked inside, the .ppd file said:

      <SOFTPKG NAME="Win32-DDE" VERSION="0,0,0,0">

      This is the same version that ppm downloaded automatically for me (it had the same size, too).

      I still can't seem to find the mysterious 0.02 version.
      Remember that ppm said that it exists:

      ppm> install Win32::DDE Searching for 'Win32::DDE' returned multiple results. Using 'search' i +nstead... Searching in Active Repositories 1. Win32-DDE [0.02] Perl extension for Win32 DDE callback 2. Win32-DDE [0.0]
      And the Active State web site also seems to think that it exists: ( http://aspn.activestate.com/ASPN/Modules/dist_html?dist_id=9961 )

      Any other ideas about finding it (or should I just use 0.0)? Thank you again for your help