RE: [perl-win32-gui-users] Win32-GUI Applications causing ILLEGALOPERATION

2002-03-21 Thread Eric Hansen
Great! That fixed it. Thank you. >>> "Piske, Harald" <[EMAIL PROTECTED]> 03/21/02 12:16PM >>> I know that previous versions of GUI were fault-tolerant towards missing -name parameters, which 558 is NOT. Make sure that all your objects (not only widgets, also windows and labels!) have a unique -n

RE: [perl-win32-gui-users] Win32-GUI Applications causing ILLEGAL OPERATION

2002-03-21 Thread Piske, Harald
I know that previous versions of GUI were fault-tolerant towards missing -name parameters, which 558 is NOT. Make sure that all your objects (not only widgets, also windows and labels!) have a unique -name. Non-unique -names won't cause crashes, you just can't access any of the redefined objects. B

[perl-win32-gui-users] Win32-GUI Applications causing ILLEGAL OPERATION

2002-03-21 Thread Eric Hansen
I just installed ActivePerl binary build 631 (Perl 5.6.1) and Win32-GUI binary build 0.0.558 which is the latest binary build available according to PPM. When I run my GUI applications they crash with a Perl page fault in module MSVCRT.DLL at 017f:780027al everytime. My GUI apps worked f

RE: [perl-win32-gui-users] newbie ? - creating PPM's

2002-03-21 Thread Marcus
On 20.03.02 at 07:07 Howard, Steven (US - Tulsa) wrote: >Using MS VC 6 you need to "nmake" instead of "make": Oh, yes of course...I've been migrating to Linux recently, it's beginning to show :-) And unless nmake is packed with MS VC 6, you can get it from MS. There's a link at ActiveState (or wa