Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

why Crashing windows API using perl??

by madtoperl (Hermit)
on May 25, 2006 at 11:04 UTC ( [id://551569]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    adnValues:
    
    ...
    cout << x << " " << y << " " << z << endl;
    return(z);
    }
    
  2. or download this
    use Win32::API;
    
    ...
    y)');
    $outval = $myFunc->Call($fld1, $fld2);
    print "$outval";
    
  3. or download this
    e.g.
    $myFunc = Win32::API->new('adnValues', 'double adnValues()');
    $outval = $myFunc->Call();
    
  4. or download this
    $myFunc = Win32::API->new('adnalues', 'adnValues', 'DD', 'D')
    

Log In?
Username:
Password:

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

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

    No recent polls found