Help for this page

Select Code to Download


  1. or download this
                                                                          
    +          
    I'm trying to use the Win32::API module to call a simple test case DLL
    ...
    $myFunc = Win32::API->new('addValues', 'addValues', 'DD', 'D')
                                                                          
    +          
    with no success.
    
  2. or download this
    $myFunc = Win32::API->new('adnalues', 'adnValues', 'DD', 'D')