I upgraded to .20 and still have this problem. Despite installing with ppm I can't get the module to work.
This is what I am trying to do:

use Win32::API;

$RegisterWindowMessage = new Win32::API("User32","RegisterWindowMessage",[P],N);
$SendMessage           = new Win32::API("User32","SendMessage",[N,N,N,N],N);


I get back :

Can't locate object method "new" via package "Win32::API" (perhaps you forgot to
 load "Win32::API"?) at exceed.pl line 13.

What's going on???!  Please help me

--Steve


Reply via email to