Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: installing Tk for strawberry

by syphilis (Archbishop)
on May 26, 2010 at 23:54 UTC ( [id://841852]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #ifndef _WIN32_IE
    #define _WIN32_IE 0x0300
    #endif
    
    #include <commctrl.h>
    
  2. or download this
    #include <commctrl.h>
    
    #ifndef _WIN32_IE
    #define _WIN32_IE 0x0300
    #endif
    
  3. or download this
    #if !defined( _WIN32_IE) && !defined(__MINGW64_VERSION_MAJOR)
    #define _WIN32_IE 0x0300
    #endif
    
    #include <commctrl.h>
    

Log In?
Username:
Password:

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

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

    No recent polls found