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