Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-05 Thread Jeremy White
Hi, Thanks Jan - if you need me to do any testing to help speed this along, just drop me a mail. Cheers, jez. Subject: RE: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista Date: Tue, 4 Dec 2007 18:02:24 -0800 On Tue, 04 Dec 2007, Jeremy White wrote: This looks

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-04 Thread Jeremy White
This looks like a --dyndll option issue with Vista - I have a case were I am getting crashes. I have reported the problem to Activestate. Cheers, jez. Date: Mon, 3 Dec 2007 14:37:44 + CC: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Problem with

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-04 Thread Jan Dubois
On Tue, 04 Dec 2007, Jeremy White wrote: This looks like a --dyndll option issue with Vista - I have a case were I am getting crashes. I have reported the problem to Activestate. It is indeed a problem with the --dyndll code. That code hooks and reimplements most parts of the Windows loader

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Jeremy White
As a follow up: It seems the option --dyndll with perlapp causes the problem - I dont know why... Cheers, jez. All, I'm having an odd problem with using GetOpenFileName - but only when it's converted into an exe with PerlApp. Using the demo example

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Robert May
On 03/12/2007, Jeremy White [EMAIL PROTECTED] wrote: It seems the option --dyndll with perlapp causes the problem - I dont know why... I've not used perlapp, but might it be related to this bug: http://bugs.activestate.com/show_bug.cgi?id=36715 --dyndll causes (some of?) the bundled libraries

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Jeremy White
Hi, Thanks for the reply. For the production build I am using PerlApp 6.0.2 - but for the testing of this issue I am using PerlApp 7.0.0 build 277058 which should have the fix that was mentioned in bug 36715. I've also tried turning DEP and messed with other Vista settings and it still fails.