in reply to Re^11: problem with par as other user
in thread problem with par as other user

I just thought.... I don't exactly remember, but quite possibly that redistributable perl was compiled by myself, may be with perl memory allocator (but may be not) so it is wrong to use ActiveState's perl58.lib, I must ship mine!

Otherwise compiled by you "start.exe" could work incorrectly, and of course extensions DLLs are not compatible.
Look at perl58.dll's size: its size 2+Mb, while normaly its 1-Mb; because it contains compiled-in extensions.

But I also succeeded preparing redistribution from ActiveState perl, albeit I did not use it. (and number of DLLs will be larger in this case)

So be careful.

Replies are listed 'Best First'.
Re^13: problem with par as other user
by Ace128 (Hermit) on Jun 30, 2006 at 20:11 UTC
    Yea, you should try compiling and running the start.c with ActiveStates version. My "start" I've created doesn't work with yours. And they are little bit smaller in size. It even seems like it looks for Perl modules in other places, and not where it should.
      things will be in sync if I create same package from ActiveState's perl, but then there will be more DLL files around.
      Alternatively, I can provide right LIB file.

      But searching for modules should not change, perl modules are in ZIP and their DLL are near EXE,