2009/7/15 eros-9 <erosol...@hotmail.com>:
> when i close any of the examples in the demos, i get a message:
> (in cleanup) Can't call method "FETCH" on an undefined value at
> c:/perl/site/lib/Win32/GUI/OpenGLFrame.pm line 108 during global
> destruction.

What version of Win32::GUI?

When this error occurs it's down to destruction happening in an
unexpected order during perl's global cleanup at program exit.  It can
nearly always be mitigated by undef'ing the variable holding the main
window object before program exit.   It's a Win32::GUI problem, not a
Win32::GUI::OpenGLFrame problem.  I've looked into it pretty closely
in the past, and it's pretty difficult to fix with the current
code-base.

Glad you like it.

Rob.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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