1. Win32lib bug ??
I use win32lib v054.5 and the procedure GetPointerPosn() doesn't work. When
it crashes, it says always "win32lib.ew:559 in function GetPointerPosn()
GetCursosPos returns a value". Is it a bug ? or is it me
2. Re: Win32lib bug ??
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU>
Nov 19, 2000
-
Last edited Nov 20, 2000
Its a library bug. The line should read ...
VOID = c_proc(xGetCursorPos,{tmpMem})
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
----- Original Message -----
From: "Gwen" <mb11363 at CHELLO.BE>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Sunday, November 19, 2000 9:51 PM
Subject: Win32lib bug ??
> I use win32lib v054.5 and the procedure GetPointerPosn() doesn't work.
When
> it crashes, it says always "win32lib.ew:559 in function GetPointerPosn()
> GetCursosPos returns a value". Is it a bug ? or is it me
3. Re: Win32lib bug ??
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU>
Nov 19, 2000
-
Last edited Nov 20, 2000
No that's wrong too.
Try
VOID = c_func(xGetCursorPos,{tmpMem})
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
----- Original Message -----
From: "Derek Parnell" <dparnell at BIGPOND.NET.AU>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Sunday, November 19, 2000 11:11 PM
Subject: Re: Win32lib bug ??
> Its a library bug. The line should read ...
>
> VOID = c_proc(xGetCursorPos,{tmpMem})
>
> ------
> Derek Parnell
> Melbourne, Australia
> (Vote [1] The Cheshire Cat for Internet Mascot)
>
> ----- Original Message -----
> From: "Gwen" <mb11363 at CHELLO.BE>
> To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
> Sent: Sunday, November 19, 2000 9:51 PM
> Subject: Win32lib bug ??
>
>
> > I use win32lib v054.5 and the procedure GetPointerPosn() doesn't work.
> When
> > it crashes, it says always "win32lib.ew:559 in function GetPointerPosn()
> > GetCursosPos returns a value". Is it a bug ? or is it me
4. Re: Win32lib bug ??
ok, thanks Derek, I'll try that ...
(hum...there is a little error too in the doco : in the exemple of
GetSaveFileName you use GetOpenFileName, not very important !)