Subject: | WIN32::API Buffer Overflow Error |
Date: | Sat, 18 Jun 2016 15:09:06 +0000 (UTC) |
To: | "bug-Win32-API [...] rt.cpan.org" <bug-Win32-API [...] rt.cpan.org> |
From: | Abdelbaki Brahmia <abrahmia [...] yahoo.com> |
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