1. Win32lib 0.60.4 available
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 23, 2004
- 474 views
The next release is available from http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm The main issues fixed are the 'Logic Error' messages for some resources not handled correctly, and backgound colors when used with WinXP manifests. See changes at http://www.users.bigpond.com/ddparnell/euphoria/changes.htm -- Derek Parnell Melbourne, Australia
2. Re: Win32lib 0.60.4 available
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 27, 2004
- 455 views
On Mon, 23 Aug 2004 02:22:50 -0700, Derek Parnell <guest at RapidEuphoria.com> wrote: >The next release is available from > > http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm > >The main issues fixed are the 'Logic Error' messages for some >resources not handled correctly, and backgound colors when used >with WinXP manifests. > Grr. I just tried that with MEditor, Options, Colour and fontsize and got (win98SE): LOGIC ERROR: Held resource owner is not the actual owner. Never seen that message before. Regards, Pete
3. Re: Win32lib 0.60.4 available
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 27, 2004
- 433 views
Pete Lomax wrote: > > On Mon, 23 Aug 2004 02:22:50 -0700, Derek Parnell > <guest at RapidEuphoria.com> wrote: > > >The next release is available from > > > > <a > > href="http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm">http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm</a> > > > >The main issues fixed are the 'Logic Error' messages for some > >resources not handled correctly, and backgound colors when used > >with WinXP manifests. > > > Grr. I just tried that with MEditor, Options, Colour and fontsize and > got (win98SE): > > LOGIC ERROR: Held resource owner is not the actual owner. > > Never seen that message before. Well congratulations are in order then But seriously ... I suspect your modified/extended print routines are now in conflict with the stuff in Win32lib. I'll check it out today, and most likely (finally) include your (much better than my) print routines into the library. -- Derek Parnell Melbourne, Australia
4. Re: Win32lib 0.60.4 available
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 27, 2004
- 427 views
Pete Lomax wrote: > > On Mon, 23 Aug 2004 02:22:50 -0700, Derek Parnell > <guest at RapidEuphoria.com> wrote: > > >The next release is available from > > > > <a > > href="http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm">http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm</a> > > > >The main issues fixed are the 'Logic Error' messages for some > >resources not handled correctly, and backgound colors when used > >with WinXP manifests. > > > Grr. I just tried that with MEditor, Options, Colour and fontsize and > got (win98SE): > > LOGIC ERROR: Held resource owner is not the actual owner. > Still investigating. It's not in the printer routines though. I'm going to see Carlton beat Collingwood (Australian Rules Football) now so I'll continue tomorrow morning. -- Derek Parnell Melbourne, Australia
5. Re: Win32lib 0.60.4 available
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 27, 2004
- 428 views
On Fri, 27 Aug 2004 00:50:46 -0700, Derek Parnell <guest at RapidEuphoria.com> wrote: >Still investigating. It's not in the printer routines though. Far as I can tell, it appears to be caused by use of NullBrushID, which is owned by 124 not 132... Regards, Pete
6. Re: Win32lib 0.60.4 available
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 29, 2004
- 417 views
- Last edited Aug 30, 2004
Pete Lomax wrote: > > On Fri, 27 Aug 2004 00:50:46 -0700, Derek Parnell > <guest at RapidEuphoria.com> wrote: > > >Still investigating. It's not in the printer routines though. > > Far as I can tell, it appears to be caused by use of NullBrushID, > which is owned by 124 not 132... I've fixed this problem. It was caused by me treating all resources as if they could only have one owner at a time. But with Stock Resources, NullBrush and a couple of others, they can be shared amongst owners. Thus a decent update of the resource handling code was required. I'm still testing the changes I made, but at least MEditor no longer complains -- Derek Parnell Melbourne, Australia