If you move both the PerlApp-created .exe file and _Inline directory to another directory, it works fine. I was hoping that the contents of _Inline would "be included" in the .exe file instead of needing to be present in the same directory, that's all.
-Dan On Thu, 17 Jan 2002, Sisyphus wrote: > > ----- Original Message ----- > From: "Daniel E. Lautenschleger" > > > Notes: > > > > 1. If you run your program as 'perl script.pl' and then package > > it using PerlApp, it will work SO LONG AS YOU STILL have your _Inline > > directory present in the same directory as your newly packaged Perl app. > > > > What happens if you move both the _Inline directory and the perl app to a > new location - which would mean that the absolute path to the _Inline > directory has changed, but its location relative to the perl app is > unchanged ? If it still works, then you still have your freestanding app. > It just needs to be packaged with the _Inline directory. > > Of course, if the perl app goes looking for the _Inline directory via the > absolute path then this won't work, and you're best to keep drinking :-) > > Just curious....... and I don't have PerlApp. > > Cheers, > Rob >
