http://qs321.pair.com?node_id=1142113


in reply to Re^3: Unix.dll not Found in PerlApp
in thread Unix.dll not Found in PerlApp

Yeah, I do have a lot of added modules. Didn't intend for it, but as I ran PerlApp to create the executable, it kept saying it couldn't find this or that module. So as I added the modules manually and it found them and the errors disappeared. However, it still gets stuck on Unix.dll. If I find out how to get\create it, that should be the missing piece.

The program is supposed to wrap all modules/dlls, along with my script, in a package so it doesn't need an installed version of Perl on the executing Windows machine.

I will consult with ActiveState as you suggested. Just thought someone might have run across the same situation here. Thanks.

Replies are listed 'Best First'.
Re^5: Unix.dll not Found in PerlApp
by Anonymous Monk on Aug 27, 2019 at 17:36 UTC
    By comparing PathTools v3.62 to v3.75 Unix.pm, it is easy to see the newer version did away with XLSloader and simply replaced lines 10 thru 22 with: require Cwd;