in reply to How to make PerlApp NOT use perl58.dll when available
If you create file yourapp.cmd containing
setlocal set path=; yourappX.exe endlocal
Note: The the renaming of the executable!
Then when the executable is run, the path will be set to null which will prevent it from looking other places for dll's. Depending on where perlapp expands the files, that should allow the embedded version of perl58.dll to be found.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to make PerlApp NOT use perl58.dll when available
by JupiterCrash (Monk) on Apr 13, 2006 at 18:38 UTC | |
by BrowserUk (Patriarch) on Apr 13, 2006 at 20:04 UTC | |
by JupiterCrash (Monk) on Apr 17, 2006 at 15:08 UTC |