Re: [perl-win32-gui-users] XP styles support -- when?

2009-05-05 Thread Jan Dubois
On Tue, 05 May 2009, Rob May wrote: > 2009/5/4 Jan Dubois : > Thanks - According to the "spec" > (http://msdn.microsoft.com/en-us/library/aa374191(VS.85).aspx) the > processorArchitecture attribute is optional. If omitted I think it > would mean all architectures. I'm pretty sure I've also seen > p

Re: [perl-win32-gui-users] XP styles support -- when?

2009-05-05 Thread Rob May
2009/5/5 Rob May : > 2009/5/4 Jan Dubois : >> * The manifest file contains a hardcoded X86 architecture.  The file should >>  be generated dynamically and contain AMD64 as the architecture for 64-bit >>  Windows on x86_64.  Something like this: Manifest is now generated. >> * The SYNOPSIS uses Is

Re: [perl-win32-gui-users] XP styles support -- when?

2009-05-05 Thread Rob May
2009/5/4 Jan Dubois : > The fact that you can programmatically request v6 controls without > having to add a manifest is enough reason to prevent adding this > part of the manifest for at least Perl 5.10.x, especially if you > cannot programmatically switch back to *not* require v6. In general I a