Mon Aug 29 12:19:09 2011: Request 67320 was acted upon. Transaction: Correspondence added by bob41042 Queue: Win32-API Subject: Re: [rt.cpan.org #67320] Win32::API Callback won't install Broken in: 0.62 Severity: (no value) Owner: COSIMO Requestors: engin...@fuse.net Status: resolved Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67320 >
I changed the two $build_callback flags and installed the new revision. Everything seemed to work fine in testing and installing. But now that it's installed, none of the sample callback programs work still. They come up with an error saying "Perl has stopped working. Trying to find out why". Then when the resolution pops up it says, "The thread tried to read from or write to a virtual address for which it does not have the appropriate access". If there is something I'm doing wrong could you tell me what might cause such an error? These were the 3 sample callback programs in the package. Thanks, Bob Ross -----Original Message----- From: Cosimo Streppone via RT Sent: Sunday, August 28, 2011 3:30 PM To: engin...@fuse.net Subject: [rt.cpan.org #67320] Win32::API Callback won't install <URL: https://rt.cpan.org/Ticket/Display.html?id=67320 > Win32::API v0.64 is on its way to CPAN, and it's also pushed to Github at https://github.com/cosimo/perl5-win32-api/ This version has a clearer Makefile.PL that will correctly build or not build the Callback module depending on a "$build_callback" flag instead of avoiding build if it's a 64 bit architecture. The two flags are still linked together by default (64 bit arch => no callback) because the Callback tests would fail anyway, but it should be easier for anyone to just enable/disable callback module by changing the "$build_callback" flag in: * Makefile.PL * Callback/Makefile.PL I'll fix as resolved. Please get in touch if there's problems.