Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl

by Gangabass (Vicar)
on Jan 13, 2015 at 02:00 UTC ( [id://1113020]=note: print w/replies, xml ) Need Help??


in reply to What should i install to use GUI in windows 8(x64) Strawberry or Activeperl

ActiveState's Perl contain Tkx from the box.

And you can install Win32::GUI from the ppm utility (just checked on v5.16.3)

Hint: you need to search for "Win32-GUI" in the search box to find it in the list of modules

Replies are listed 'Best First'.
Re^2: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl
by ppp (Acolyte) on Jan 13, 2015 at 04:28 UTC
    I installed Verion 5.16.3 of active perl. and i tried t find WIN32::GUI but there is no such module , we have WIN32::API . WHAT TO DO NOW ? i get this on perl -v : This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x86-mult hread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 298023 provided by ActiveState http://www.ActiveState.com Built Apr 14 2014 14:32:20 *************************************************************** This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x86-multi- hread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 298023 provided by ActiveState http://www.ActiveState.com Built Apr 14 2014 14:32:20
      i tried t find WIN32::GUI but there is no such module

      If you're using the line command version of ppm and trying to install "WIN32::GUI", you probably won't find it. The names of Perl modules are case-sensitive and the module that you want is "Win32::GUI". In other words:

      • ppm install WIN32::GUI will not work
      • ppm install Win32::GUI should install the Win32::GUI module

      Install something called Win32::GUI ... if for some reason you need it, its available for 5.16
        I installed ActivePerl 5.16.3 then i install compiler and then Win32::GUI everything worked fine for me.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1113020]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-29 14:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found