I've always thought that inlining bitmaps was a bit of an ugly solution, but then again I'm primarily a Mac programmer and I'm used to having everything stuck in nice packages for me. I suppose it's nice if you need to distribute .pl files that will be used as executables and you don't want to have to make sure all of the related resource files go along with them, but in my case the end users don't have Perl installed at all so I'm forced to use pp anyway.
On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Quoting Geoffrey Spear <[EMAIL PROTECTED]>: >> > The docs at http://cpan.uwinnipeg.ca/htdocs/PAR-Packer/pp.html mention > the -a option to add files to the package. -i sets the app's icon, > but I'm trying to add an icon to use within my program (as a > NotifyIcon). Oddly enough, while the --help option to the version of For that we have the http://search.cpan.org/dist/Win32-GUI/BitmapInline.pm > pp I've got doesn't mention the -a option either, if I use the Add > Packages box in tkpp to try to add my icon to the package, it throws a > warning about -m being deprecated for adding non-module files to > packages, and tells me to use -a instead. I think it's a case of the > documentation with the binary not being up to date. I thought *YOU* made the typo :D Sorry for the lack of trust. ;) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users http://perl-win32-gui.sourceforge.net/
-- Geoffrey Spear http://www.geoffreyspear.com/