> I've been trying to pack a gif file with par using :- pp -o
> test/pkp.exe gui.pl -M "Tk::DirTree" -a "small.gif"
> Once this is done and I try to execute this file 'pkp.exe' it
> gives the following error :- "couldn't recognize image data
> at Tk/Image.pm line 21.
> BEGIN failed--compilation aborted at -e line 835."
Does the program work if you don't pack it (after
substituting "PAR::read_file('small.gif')" with a line
reading the file yourself)?
It didn't work for me (Tk 804.027), Tk::Photo seems to expect
-data to be Base64 encoded.
Cheers, Roderich