Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-08 Thread Robert May
On 31/01/2008, Jeremy White [EMAIL PROTECTED] wrote:

 Just testing the latest Win32-GUI code line and I'm getting a few odd errors
 (mingw  5.8.8) It could be my environment and I haven't got time to dig 
 deeper,
 but thought I'd report them just in case it's something simple.

 When I exit my app I get lots error messages:

 Can't call method FETCH on an undefined value during global destruction.
 ...
 Can't call method FETCH on an undefined value during global destruction.

 With the final line being:
 Callback called exit during global destruction.

I can't reproduce this one yet.

 Also I'm using Scintilla ... I get the following error:

 Can't locate auto/Win32/GUI/Scintilla/SendMessage.al in
 @INC (@INC contains C:/Perl/site/lib C:/Perl/lib .) at
 C:/Perl/site/lib/Win32/GUI/Scintilla.pm at line 1430

Nor this one.

I have just found a problem that causes:

Use of uninitialized value in subroutine entry at C:\...\blib\lib/Win32/GUI.pm
line 3480 during global destruction.

Fix on it's way into CVS now - I wonder if that is the underlying
cause??  This error was being raised by one of the Scintilla demos and
one of the DIBitmap demos.

Sadly I can't find a repeatable, short example to turn into a test case.

Regards,
Rob.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/


Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Jeremy White


 On 31/01/2008, Jeremy White  wrote:
 Just testing the latest Win32-GUI code line and I'm getting a few odd errors 
 (mingw  5.8.8)

 ActiveState Perl 5.8.8 build 822?
 What gcc version?

Vista, AS822, 3.4.5 (mingw special)

 It could be my environment and I haven't got time to dig deeper, but thought 
 I'd report
 them just in case it's something simple.

 I hope it's your environment ... I can't get anything similar with
 WinXP, AS822, 3.4.5 (mingw special)

 Do the build test OK?

Yeah - a few issues surounding pod and BitmapInLine (about closing files - 
probably a Vista thing).

BTW - Installing V 1.5 back and the errors go away...

 I'd appreciate it if nothing else if you could send me a script
 exhibiting one (or more) of these problems so I can be sure whether
 I'm not seeing them too.

I should have some more time to look at this over the weekend.

Cheers,

jez.
_
Telly addicts unite!
http://www.searchgamesbox.com/tvtown.shtml
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/


Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Reini Urban
2008/2/1, Robert May [EMAIL PROTECTED]:
 I can now get clean build/test in the following environment:

 OS  :   MSWin32  MSWin32  MSWin32   Cygwin
 Perl:   AS5.6.1(638) AS5.8.8(822) AS5.10.0(1002)5.8.8

 VC6 ok   ok   ok-
 gcc  ok   ok   okok[1]

 [1] After I correct the SciLexer.dll permissions

 I'd really like the following (Reini?):
 Confirmation of build/test on Cygwin, perl 5.8.8
 Test/build on Cygwin, perl 5.10.0

Confirmation done.
Both perl's build and test ok.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/


Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Robert May
On 01/02/2008, Reini Urban [EMAIL PROTECTED] wrote:
 2008/2/1, Robert May [EMAIL PROTECTED]:
  I can now get clean build/test in the following environment:
 
  OS  :   MSWin32  MSWin32  MSWin32   Cygwin
  Perl:   AS5.6.1(638) AS5.8.8(822) AS5.10.0(1002)5.8.8
 
  VC6 ok   ok   ok-
  gcc  ok   ok   okok[1]
 
  [1] After I correct the SciLexer.dll permissions
 
  I'd really like the following (Reini?):
  Confirmation of build/test on Cygwin, perl 5.8.8
  Test/build on Cygwin, perl 5.10.0

 Confirmation done.
 Both perl's build and test ok.

Many thanks.  I'll get a release candidate up somewhere this weekend.

Rob.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/


Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-01-31 Thread Robert May
On 31/01/2008, Jeremy White [EMAIL PROTECTED] wrote:
 Just testing the latest Win32-GUI code line and I'm getting a few odd errors 
 (mingw  5.8.8)

ActiveState Perl 5.8.8 build 822?
What gcc version?

 It could be my environment and I haven't got time to dig deeper, but thought 
 I'd report
 them just in case it's something simple.

I hope it's your environment ... I can't get anything similar with
WinXP, AS822, 3.4.5 (mingw special)

Do the build test OK?

I'd appreciate it if nothing else if you could send me a script
exhibiting one (or more) of these problems so I can be sure whether
I'm not seeing them too.

Thanks for the report.
Rob.

 When I exit my app I get lots error messages:

 Can't call method FETCH on an undefined value during global destruction.
 ...
 Can't call method FETCH on an undefined value during global destruction.

 With the final line being:

 Callback called exit during global destruction.

 Also I'm using Scintilla and it seems when the scintilla window contains no 
 text (perhaps I am passing undef?) I get the following error:

 Can't locate auto/Win32/GUI/Scintilla/SendMessage.al in @INC (@INC contains 
 C:/Perl/site/lib C:/Perl/lib .) at C:/Perl/site/lib/Win32/GUI/Scintilla.pm at 
 line 1430

 I've played with the Scintilla examples and they seem fine.

 Cheers,

 jez..

 _
 Get Hotmail on your mobile, text MSN to 63463!
 http://mobile.uk.msn.com/pc/mail.aspx


-- 
Please update your address book with my new email address:
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/


[perl-win32-gui-hackers] TODO for 1.06 release

2008-01-30 Thread Robert May
I think I'm making good progress.  I just cimmitted everything that I
had outstanding in my local repository.  Here's what I have left to do
before a 1.06 release:

- Check that some 'redefined definitions' warnings have been removed
by the updates to ppport.h
- Find out why my build on Cygwin results in an unloadable
SciLexer.dll (permissions I think)
- Add to all Makefiles a suitable addition of the -mms-bitfields flag
for gcc, to allow building under 5.10 with GCC against a VC++ compiled
Perl to work.
- check that the new tests for Scintilla work under cygwin
- update $VERSION of modules that have changes
- update Win23::GUI $VERSION to 1.05_99 and make a beta distribution available.

As long as I don't find any more problems this shouldn't take long.

Regards,
Rob.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/