Autrijus Tang <[EMAIL PROTECTED]> wrote: > --xHFwDpU9dbj6ez1V > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline
> I am happy to announce that PAR 0.70 has been uploaded to CPAN. > It is also available at: I'm seeing something very weird with PAR 0.70/Win2k/ActivePerl. First, I verify that my application runs via "perl mrvoice.pl" from a DOS prompt. So far, so good. I make a note of the fact that my app's config file (C:\mrvoice.cfg) and an icon file (C:\mrvoice.ico) exists - this becomes important later. I package the app like so: pp --icon C:\mrvoice.ico -o mrvoice.exe mrvoice.pl It grinds for a minute, and completes with no errors. However, if I do a "dir c:\mrvoice*", I find that mrvoice.cfg and mrvoice.ico are both gone! In addition, the resulting mrvoice.exe file has the camel icon, not mine. If I run the mrvoice.exe file, it complains about the missing .cfg file. If I re-enter the config info that should be in c:\mrvoice.cfg, it dies with: couldn't read bitmap file "": No such file or directoryerror reading bitmap file "" at C:/Perl/site/lib/Tk/Widget.pm line 196 at C:/Perl/site/lib/Tk/Widget.pm line 194 Any ideas on what's going on? I'll be glad to do some debugging if y'all can provide pointers on where I need to look. --Wade
