2009/11/18 Dmitry Karasik <dmi...@karasik.eu.org> > Hi, > > I would like to ask for a small favor from devs, hopefully it's not a big > deal. > While using ActiveState perl, I've accustomed also to using a wperl.exe > they > provided together with the distro, a very same perl.exe but linked so that > a > console window doesn't open when it starts from windows gui. > > I know that one can do the trick with microsoft linker by adding > /SUBSYSTEM:WINDOWS argument, but I don't know how that is possible with gnu > ld. >
-mwindows instead of -mconsole. However the entry point is also different. I wrote a Padre launcher that could be used as a starting point. See http://padre.perlide.org/trac/ticket/677 Olivier.