[rt.cpan.org #115425] WIN32::API Buffer Overflow Error

[email protected] ("Abdelbaki Brahmia via RT") Sat, 18 Jun 2016 11:12:51 -0400
Newsgroups perl.libwin32
Message-ID <[email protected]>
Sat Jun 18 11:12:51 2016: Request 115425 was acted upon.
Transaction: Ticket created by [email protected]
       Queue: Win32-API
     Subject: WIN32::API Buffer Overflow Error
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: [email protected]
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=115425 >


  HiI suddenly started to get the following error message afterupdating the WIN32::API module to version 0.82 (0.84).Tk::Error: Win32::API::Call: parameter 3 had a bufferoverflow at …The previous version that was installed on my windows systemwas 0.68 Here is the part of the code  where the error is happening:my $shellexec = Win32::API->new('shell32','ShellExecute', 'NPPPPI', 'N') or die "cannot import ShellExecute:$!\n";$shellexec->Call(0, "print", $filename, $printer,".", 0); Please help. Baki