On 25.01.02 at 12:34 Howard, Steven (US - Tulsa) wrote:
>In my opinion, Perl2exe is well worth the money - and perlCC has a
long way
>to go.

I would second that. I only managed to get hello world compiled with
perlCC. The Lite version of Perl2Exe at $50 is quite sufficient in most
cases.

For Win32::GUI you just need to get the DOS window handle (because the
Lite version doesn't create GUI apps, so you get a console window on
launching the app). 
$DOSWIN->Hide(), then Show it again before exiting. There's an example
in the FAQ(?), I think. At least the issue is addressed there.

Marcus



Reply via email to