Hi Experts,
   
  I have some issues with the Win32::API module (ver 0.41).
  Windows 2000 (with sp4)
  Perl ver: 5.8.7 (compiled by me)
   
  'nmake' is went through fine. But its failing during 'nmake test' with the 
following errors. 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
          NMAKE -f Makefile all -nologo
        cd ..
  Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
  No configuration specified. Defaulting to API_test - Win32 Release.
        cl.exe @D:\DOCUME~1\mysys\LOCALS~1\Temp\nma06240.
StdAfx.cpp
        cl.exe @D:\DOCUME~1\mysys\LOCALS~1\Temp\nmb06240.
API_test.cpp
API_test.cpp(97) : warning C4101: 'i' : unreferenced local variable
API_test.cpp(98) : warning C4101: 'j' : unreferenced local variable
        link.exe @D:\DOCUME~1\mysys\LOCALS~1\Temp\nmc06240.
   Creating library .\Release\API_test.lib and object .\Release\API_test.exp
        copy Release\API_Test.dll ..
        1 file(s) copied.
        echo Helper for Post-build step > ".\Release\postbld.dep"
        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\lib', 'blib
\arch')" t/*.t
t/00_API.......ok 1/11Confused test output: test 3 answered after test 3
Confused test output: test 4 answered after test 4
Confused test output: test 5 answered after test 6
Confused test output: test 6 answered after test 7
Confused test output: test 7 answered after test 8
Confused test output: test 8 answered after test 9
Confused test output: test 9 answered after test 10
t/00_API.......FAILED tests 2, 5
        Failed 2/11 tests, 81.82% okay
t/01_Struct....ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/00_API.t                11    2  18.18%  2 5
Failed 1/2 test scripts, 50.00% okay. 2/14 subtests failed, 85.71% okay.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
  I just ignored the above and installed this module.('nmake install').
  After the installation, I couldn't execute my perl scripts which are using 
this Win32::API module.
   
  Its throwing the below memory reference error.
   
  perl.exe - Application Error
  The instruction at "0x28041d79" referenced memory at "0x72657645". The memory 
could not be "read".
   
  Click on OK to terminate the program.
  Click on CANCEL to debug the program.
   
  I had tried the version 0.40 and 0.20 as well. No use. Getting the same error.
   
  Could you please throw some light on this issue?
   
  Thanks in advance,
  Mohankumar

                
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2ยข/min or less.

Reply via email to