Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Win32 development

by spurperl (Priest)
on Dec 04, 2005 at 17:17 UTC ( [id://513969]=note: print w/replies, xml ) Need Help??


in reply to Win32 development

dragonchild,

I've written an almost exact reproduction of Minesweeper (look-n-feel wise) in Perl using the Tk GUI toolkit. The code is simple and well-documented, and the program works perfectly on Win32. You can download it from here. It will show you how to use Tk's Canvas to achieve what you want.

Package / install - wise, it's even simpler. The excellent PAR module has a "pp" program in it that creates executables (complete, self contained Win32 .exes) from your scripts, including all the dependencies (like Tk). A GUI application with Tk will weigh around 2.5MB, will take a few seconds to load the first time it's run (it unpackages stuff to the Temp directory) and then run almost instantly.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found