2006/4/7, Steve Loughran <[EMAIL PROTECTED]>:
> In Win32::GUI v1.03, although I am able to use:
>         GetWindowLong
> it appears that its opposite number:
>         SetWindowLong
> doesnt work. ActivePerl is moaning about:
>         Undefined subroutine &main::SetWindowLong called at....
>
> Is it really missing, or am I having another dumb day?

A dumb day.
You want Win32::GUI::SetWindowLong but called main::SetWindowLong.
The ->SetWindowLong method is recommended

--
Reini Urban
http://phpwiki.org/
http://spacemovie.mur.at/   http://helsinki.at/

Reply via email to