Yes I mean -g for gui, which removes the dos window.

if you download the latest version of PDK from Activestate, it has a -g
option.

Just type perlapp.pl at the command prompt and the list of options scroll up
the screen.

-g is towards the bottom.

It works well try it...

Ken


----- Original Message -----
From: Reini Urban <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 24 March 2000 17:38
Subject: Re: [perl-win32-gui] Make app to exe


> Mike Kangas wrote:
> > you mean the -f option?? I looked for a -g option because I'd never seen
> > that one. still haven't.
> >
> > webmaster wrote:
> > > If you download PDK from activestate you can create an .exe using the
> > > perlapp module.
> > > If you use the -g option you can create a freestanding GUI .exe (no
dos
> > > window).
>
> http://jenda.mccann.cz/perl/GUIscripts.html should apply here as well:
>
> haven't you tried it with
>   editbin /subsystem:windows myapp.exe
>
> this should work. the default perl linker flag is
> /subsystem:console that's why it shows the console window.
>
> jan dubois had somewhere a tiny script exetype.pl which
> changes the PE header to the windows flag if you don't
> have msvc (editbin.exe). i think jenda has it on his site.
>
> --
> Reini Urban
> http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html
>



Reply via email to