On Wed, 13 Sep 2006 13:13:26 -0400
[EMAIL PROTECTED] wrote:

> I've been trying to make pp executables out of some small perl scripts I've 
> written and I've found 
> that any that have a GUI have the following problem: they fail if any command 
> lines arguments are 
> given, or if they are launched from the OS X GUI (by double clicking, for 
> example) rather than from 
> the command line. All fail with this error:
> 
> RegisterProcess failed (error = -50)
> Abort
> 
> This happens whether they use Wx for the user interface, or something as 
> simple as the MacPerl 
> module (unrelated to Wx; has some simple routines for pop-up messages).

  GUI applications need to be bundles under Mac OS X. I used PerlWrapper to 
distribute wxPerl
apps for OSX 10.3 and 10.4 (note that PerlWrapper isn't wxPerl-specific).
 
HTH
Mattia

Reply via email to