On Fri, Jan 05, 2001 at 10:15:41AM +0100, Aldo Calpini wrote:
 
> well, the module needs compilation: you need not only make, but
> also a compiler. Micro$oft VisualC++ is not free, it should be
> possible to use cygwin's gcc but I haven't played with it
> very much. if you want to test it, you're very welcome.
> you need to download the Perl source and compile it under your
> cygwin environment, then try to compile the module.
 
thanks to your ppm, this is not a big worry for now.  thank you very
much for your info, though...i was quite confused.

i think i misunderstood what the Win32::GUI module could do, though...i want
to manipulate preexisting windows (of an app i have no source code for)
instead of making my own--specifically i need

GetWindowRect($window_id);

instead of

$mywindow=new Win32::GUI::Window;
$mywindow->GetWindowRect;

does anyone know if such functionality exists in another module or anywhere?

thanks much in advance for your help =)

Reply via email to