Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Johan Lindstrom
At 01:01 2005-07-01, Robert May wrote: For Reini and anyone else who wants it I have replace the RC2 source with RC3 source at http://www.robmay.me.uk/win32gui/ It compiles fine with: This is perl, v5.8.6 built for MSWin32-x86-multi-thread WinXP Visual Studion 6.0 /J -- ---

Re: [perl-win32-gui-hackers] Tests

2005-07-01 Thread Jeremy White
Does anyone have any experience with any of the GUI test packages that actually allow you to interact with a GUI in test, and if so what would people recommend? I work professionally as tester. GUI testing is part of my job :) (AutoIt, Win32::GuiTest and Rational Robot) Testing GUI apps can

Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Reini Urban
Robert, Please revert my GetWindowInfo removal for MSVC6. I've found out that not including fixes the declaration of GetWindowInfo() on MSVC6 Win32-GUI-1.01_03.patch Description: Binary data

Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Reini Urban
A minor TODO patch Win32-GUI-1.01_03-TODO.patch Description: Binary data

[perl-win32-gui-hackers] Test::More patch

2005-07-01 Thread Reini Urban
now using Test::More I'll try now to write some basic framework to test all controls for ini, some easy methods and properties. Win32::GuiTest for dialogs and menus later. Win32-GUI-1.01_03-t.patch Description: Binary data

[perl-win32-gui-hackers] coverage tests

2005-07-01 Thread Reini Urban
> I'll try now to write some basic framework to test all controls for ini, > some easy methods and properties. > Win32::GuiTest for dialogs and menus later. Attached is the start of the coverage methods: $W->Add$ctrl(), $W->-name, $ctrl->DESTROY() (AddCtrl methods, is correctly attached and

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Robert May
Glenn Linderman wrote: H. Having problems with compiling math.h, I tried this, but got cl -c-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Z

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Robert May
Robert May wrote: Glenn Linderman wrote: [errors snipped] I think that is an improvement, in the sense that the compilation proceeded further than before. I'm working on it. I think I understand all the changes that Reini gave me as parts of the cygwi and his MSVC6 patches. I'm revertin

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Robert May
Glenn Linderman wrote: On approximately 7/1/2005 4:51 PM, came the following characters from the keyboard of Robert May: I just checked in an updated GUI.h (along with backing out a few other changes that Reini and I made in the last few days that turned out to be unnecessary). I hope this