in reply to PAR and console window on Win32

Could you show us an example of how you are creating the exe? Have you read How do I make a .exe that runs with no console window under Windows? using pp?

Hope this helps.

Martin

Replies are listed 'Best First'.
Re^2: PAR and console window on Win32
by Anonymous Monk on Nov 06, 2006 at 18:17 UTC
    I have and this is exactly what I'm doing, and I've also tried the following:
    pp --gui --icon test.ico -o file.exe file.pl tkpp --gui --icon test.ico -o file.exe file.pl pp --gui -o file.exe file.pl tkpp --gui -o file.exe file.pl

    I never see the console window but I do see a second PID with the same name in the task manager and I assumed it was a hidden console window.