On Wed, 05 Nov 2008, rpnoble wrote:
> 
> 
> Use the "-a=filename" option when working with perlapp. This will pack the
> filename and allow you to ship it with your application.

You cannot --add an arbitrary file; --add is for Perl code only. You could use
--bind to add a data file, but this still won't work for manifests.  They need
to be available to the Windows loader, which means they either need to be
embedded as a resource section in the executable itself, or be placed as a
separate file into the same directory as the executable (with the same name
as the executable suffixed with ".manifest").

None of this is relevant to PerlApp, which already contains a manifest to
request the new style common controls. Note that the original poster
was using PAR, not PerlApp.

Cheers,
-Jan


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/

Reply via email to