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

[SOLVED] Win32::GuiTest::SendMessage/AllocateVirtualMemory and TCHAR**

by pryrt (Abbot)
on Sep 23, 2019 at 15:56 UTC ( [id://11106573]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!c:\usr\local\apps\berrybrew\perls\system\perl\perl -l
    # used http://www.piotrkaluski.com/files/winguitest/docs/winguitest.ht
    +ml#id5446446 as a starting point
    use Win32::GuiTest qw'WaitWindowLike SendMessage AllocateVirtualBuffer
    + WriteToVirtualBuffer ReadFromVirtualBuffer FreeVirtualBuffer';
    ...
    
        FreeVirtualBuffer($_) for @strBufs, $tcharpp;
    }
    
  2. or download this
    #include <windows.h>
    #include <commctrl.h>
    #include <stdio.h>
    ...
        return 0;
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11106573]
Approved by stevieb
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 00:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found