Re: XS question on Windows

2003-06-23 Thread Jan Dubois
On Sat, 21 Jun 2003 15:52:17 -0700, Glenn Linderman <[EMAIL PROTECTED]> wrote: > // add (or create) the tooltip > if(perlcs.szTip != NULL) { > if(perlcs.hvParent != NULL) { > if(perlcs.hTooltip == NULL) { >

Re: XS question on Windows

2003-06-23 Thread Glenn Linderman
On approximately 6/22/2003 11:16 PM, came the following characters from the keyboard of Sisyphus: > I have a module (let's call it Mymod) that contains an XS function (let's > call it myfunc). "myfunc()" takes 3 arguments (integers). > > I'll get the exact same warning as you reported if I run the

Re: XS question on Windows

2003-06-22 Thread Sisyphus
- Original Message - From: "Glenn Linderman" <[EMAIL PROTECTED]> > > Use of uninitialized value in subroutine entry at > C:/Perl/site/lib/Win32/GUI.pm line 524 > Seems to me that there's a purely perl solution to eliminating this message - but I don't want to discuss *that* if what you'r

XS question on Windows

2003-06-21 Thread Glenn Linderman
I asked this on the Win32::GUI list, but no response. Not too many XS users there, I guess. Maybe this isn't the right place to ask either. The obvious search terms are too generic to find a "practical tutorial for learning how to debug perl XS on Windows" but that is really what I'm looking