Mon Jan 17 13:28:30 2011: Request 64575 was acted upon. Transaction: Correspondence added by ha...@strotbek.com Queue: Win32-Daemon Subject: Re: [rt.cpan.org #64575] Start callback not called with Strawberry Perl 5.10 / 5.12 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ha...@strotbek.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64575 >
Ok, my former patch is useless - my suspicion pointed into the right direction: I found out that adding 'extern "C"' to the DllMain() signature fixes the problem and the DllMain() function is called. Unfortunately I don't know if VC is able to compile the modified code so perhaps the makefile script has to adjust it according to the compiler.