http://qs1969.pair.com?node_id=1148786


in reply to Re^2: dll not embedded in PAR::Packer's output
in thread dll not embedded in PAR::Packer's output

Are your suggestions workarounds or is this the way pp is supposed to work?

Ideally, pp would pack all of the needed dlls except, I guess, for the Windows system dlls.
Unfortunately, it can sometimes miss one or more dlls that need to be packed in.

When that happens you need to firstly identify, and then explicitly include, those dlls.
I think it's safe to leave out missing Windows system dlls, as the ones on the destination machine should load ok.

If the "destination" machine is the machine that built the executable, then the executable should run ok (without any need to pack in the missing dlls) if the path includes the location of those "missing" dlls.

Cheers,
Rob
  • Comment on Re^3: dll not embedded in PAR::Packer's output

Replies are listed 'Best First'.
Re^4: dll not embedded in PAR::Packer's output (ppsimple.pl)
by Anonymous Monk on Nov 29, 2015 at 09:36 UTC
    um, yeah, wrote this a while ago, ... not convinced its worth pursuing