"Håkan Kvist" <[EMAIL PROTECTED]> wrote in message . . > > I had som older PAR-archives laying around, tried to run them, but ran into > the following popup from > the system "The procedure entry point PL_memory_wrap could not be located in > the dynamic link library perl58.dll".
Yes - that can happen if you mix pre-5.8.7 with 5.8.7 and later. > > I looked briefly into the patch that activestate provide against the vanilla > perl source, it seems that the that AS perl build 817 and 816 > doesn't export the function "PL_memory_wrap". However the "PL_memory_wrap" > thingie isn't mentioned in the patch for AS 815. > Build 817's perl58.dll exports 'PL_memory_wrap'. And I think the build 815 perl58.dll also exports it (though I no longer have it and can't check). I don't know what the case is with build 816 - it's a bad build and should be avoided. As regards the issues raised in this thread, I've been using build 817. Cheers, Rob
