2009/5/5 Rob May <r...@themayfamily.me.uk>:
> 2009/5/4 Jan Dubois <j...@activestate.com>:
>> * 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 IsThemeActive() and IsAppThemed() without importing them.

Synopsis updated to show importing of IsThemeActive and IsAppThemed.

>> * I would normally just copy the required Windows SDK definitions into the
>>  *.xs file so that the code can be compiled with just VC6/MinGW and doesn't
>>  need a Windows SDK installation.

I reverted WINVER and _WIN32_WINNT down to 0x)400 to aviod generating
wwarnings from the VC6 headers, and then added the extra stuff needed
into VisualStyles.xs.  This allowed me to get rid of the extra mingw.h
file too.   Seems to build fine for me with VC6 (SP2), VC2 (SP2) with
Feb 2003 PSDK R2, mingw (gcc version 3.4.5 (mingw-vista special r3)).

>> * Why are you calling LoadLibraryW() instead of LoadLibraryA()?

LoadLibraryW replaced with LoadLibraryA.

New source (V0.00_02) at:
http://rob.themayfamily.me.uk/win32-gui/win32-visualstyles


Regards,
Rob.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to