Radomir Hejl wrote:
m.nooning@xxxxxxxxxxx (Malcolm Nooning) writes:
Some days I just cannot type. Let me restate.
Unless you specify each text (db) file with '-a' on the pp command
line, pp will not include them.
Thanks
I added '-a ./test' to the pp line to add the text file (the "db"
file). Now it seems to work. You can use as many -a
full_path_to_text_file items as you wish. Unless you specify each
test file on the command line, pp will not include them.
Does this work for you?
pp -o test.exe -a ./test di_dbd_csv.pl
Yes, it works, test is included in the packed file, but that isn't my
problem.
The packed exe crashes when added some text into the Tk widget
and than saved to test file as I said in my original post. Program
exit occurs during UPDATE statement.
Tested on three different machines. Can you confirm that your exe
doesn't experience this symptom?
Radek
Yes, I can confirm that my exe doesn't experience this sympton. With
Perl 5.8.7, par/pp 0.89
The lines of text below are the last three lines of file 'text'.
-----------------paste
This is added text that was added when the .pl file is called.
Here is another line, only this was added when test.exe was called.
"|ascii
-----------------end paste
By the way I only added the last two lines. I did not add '"|ascii'.
Hmmm. Your original file has it, so I guess it is normal to have
'"|ascii' at the end.
Your original email stated
"v5.8.6 from ActiveState"
On the par website http://www.nntp.perl.org/group/perl.par do you see
all of the recent emails of "Yet another 'Entry point not found'"? The
solution for that problem was to reinstall par.
If your company permits you may want to go to the par install directory
that you used, then "nmake clean", then install perl 5.8.7, then
reinstall install par 0.89, making sure to use
PAR-0.89-MSWin32-x86-multi-thread-5.8.7.par
Or you may just want to reinstall par, using
PAR-0.89-MSWin32-x86-multi-thread-5.8.6.par
Again, there are no problems on my machine, which is an Intel P4 running
Windows XP Pro, Perl 5.8.7, PAR 0.89.
|