1. Win32lib error

{{{ Here is an Interesting crash error message when running a simple Win32lib example.... The crash occurs when I run a demo that I wrote for Win32lib named Advanc.exw While resizing the window this is the message that appeared.

Software ID: win32lib

Version: 0.58.09 25/May/2003

  • :\EUPHORIA\include\w32dll.ew:282 in procedure w32Proc() A machine-level exception occurred during execution of this statement ... called from *:\EUPHORIA\DEMO\Advanc.exw:41 in procedure ReDraw() ... called from *:\EUPHORIA\DEMO\Advanc.exw:54 in procedure onResize_MainWin()

... called from *:\EUPHORIA\include\Win32Lib.ew:7128 in function invokeHandler()

... called from *:\EUPHORIA\include\Win32Lib.ew:23199 in function fDoSize() ... called from *:\EUPHORIA\include\Win32Lib.ew:24393 in function MessageProcess or() ... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^ call-back from Windows ... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func() ... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function MessageProcess or() ... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^ call-back from Windows ... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func() ... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function MessageProcess or() ... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^ call-back from Windows ... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func() ... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function MessageProcess or() ... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^ call-back from Windows ... called from *:\EUPHORIA\include\w32dll.ew:279 in procedure w32Proc() ... called from *:\EUPHORIA\include\Win32Lib.ew:24731 in procedure eventLoop()

... called from *:\EUPHORIA\include\Win32Lib.ew:24875 in procedure WinMain() ... called from *:\EUPHORIA\DEMO\Advanc.exw:109 > see ex.err

Press Enter...

Euman

new topic     » topic index » view message » categorize

2. Re: Win32lib error

I don't have this problem on my machine.

Window ME, Eu 2.4

This example does chew up windows resources though!
----------------
cheers,
Derek Parnell
----- Original Message -----
From: <euman at bellsouth.net>
To: "EUforum" <EUforum at topica.com>
Subject: Win32lib error



Here is an Interesting crash error message when running a simple Win32lib
example....
The crash occurs when I run a demo that I wrote for Win32lib named
Advanc.exw
While resizing the window this is the message that appeared.

-- Software ID: win32lib

-- Version: 0.58.09 25/May/2003


*:\EUPHORIA\include\w32dll.ew:282 in procedure w32Proc()
A machine-level exception occurred during execution of this statement
... called from *:\EUPHORIA\DEMO\Advanc.exw:41 in procedure ReDraw()
... called from *:\EUPHORIA\DEMO\Advanc.exw:54 in procedure
onResize_MainWin()

... called from *:\EUPHORIA\include\Win32Lib.ew:7128 in function
invokeHandler()

... called from *:\EUPHORIA\include\Win32Lib.ew:23199 in function fDoSize()
... called from *:\EUPHORIA\include\Win32Lib.ew:24393 in function
MessageProcess
or()
... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^^^ call-back from Windows
... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function
MessageProcess
or()
... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^^^ call-back from Windows
... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function
MessageProcess
or()
... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^^^ call-back from Windows
... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function
MessageProcess
or()
... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()

^^^ call-back from Windows
... called from *:\EUPHORIA\include\w32dll.ew:279 in procedure w32Proc()
... called from *:\EUPHORIA\include\Win32Lib.ew:24731 in procedure
eventLoop()

... called from *:\EUPHORIA\include\Win32Lib.ew:24875 in procedure WinMain()
... called from *:\EUPHORIA\DEMO\Advanc.exw:109
--> see ex.err


Press Enter...

Euman



TOPICA - Start your own email discussion group. FREE!

new topic     » goto parent     » topic index » view message » categorize

3. Re: Win32lib error

{{{ Windows ME is the most accident prone OS ever made, this is surprising as Im running WinXP, Eu 2.4b, 512mg ram, 128mg video, 2x 80gig hd's.

The problem doesnt arise every time I run the demo, but if you resize the window over and over again it seems to popup more regular.

Euman

--- Original Message From: "Derek Parnell" <ddparnell at bigpond.com>

I don't have this problem on my machine.

Window ME, Eu 2.4

This example does chew up windows resources though!
-------------- > cheers, > Derek Parnell

new topic     » goto parent     » topic index » view message » categorize

4. Re: Win32lib error

>----- Original Message -----
>From: <euman at bellsouth.net>
>To: "EUforum" <EUforum at topica.com>
>Subject: Re: Win32lib error
>

>
>Windows ME is the most accident prone OS ever made,

And yet I almost never have any issues with it. Anyhow, I'll try it on the
win2000 machine at the office.

>this is surprising as Im running WinXP, Eu 2.4b, 512mg ram,
>128mg video, 2x 80gig hd's.

Windows XP is the most <FILL.IN.THE.BLANKS> OS ever made

>The problem doesnt arise every time I run the demo, but if you
>resize the window over and over again it seems to popup more
>regular.

And I repeat, it does chew up Windows resources. I'll have a close look to
see how I can correct your code blink

----- Original Message -----
From: "Derek Parnell" <ddparnell at bigpond.com>

> I don't have this problem on my machine.
>
> Window ME, Eu 2.4
>
> This example does chew up windows resources though!
> ----------------
> cheers,
> Derek Parnell



TOPICA - Start your own email discussion group. FREE!

new topic     » goto parent     » topic index » view message » categorize

5. Re: Win32lib error

Line 41 is the call to DrawText? DrawText should have been changed to a 
function in the newer Win32libs, so perhaps that means you are calling the 
wrong procedure. Interestingly enough, it does not seem to crash 
excessively.

>From: euman at bellsouth.net
>Subject: Win32lib error
>
>
>Here is an Interesting crash error message when running a simple Win32lib 
>example....
>The crash occurs when I run a demo that I wrote for Win32lib named 
>Advanc.exw
>While resizing the window this is the message that appeared.
>
>-- Software ID: win32lib
>
>-- Version: 0.58.09 25/May/2003
>
>
>*:\EUPHORIA\include\w32dll.ew:282 in procedure w32Proc()
>A machine-level exception occurred during execution of this statement
>... called from *:\EUPHORIA\DEMO\Advanc.exw:41 in procedure ReDraw()
>... called from *:\EUPHORIA\DEMO\Advanc.exw:54 in procedure 
>onResize_MainWin()
>
>... called from *:\EUPHORIA\include\Win32Lib.ew:7128 in function 
>invokeHandler()
>
>... called from *:\EUPHORIA\include\Win32Lib.ew:23199 in function fDoSize()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24393 in function 
>MessageProcess
>or()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()
>
>^^^ call-back from Windows
>... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function 
>MessageProcess
>or()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()
>
>^^^ call-back from Windows
>... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function 
>MessageProcess
>or()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()
>
>^^^ call-back from Windows
>... called from *:\EUPHORIA\include\w32dll.ew:208 in function w32Func()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24380 in function 
>MessageProcess
>or()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24440 in function WndProc()
>
>^^^ call-back from Windows
>... called from *:\EUPHORIA\include\w32dll.ew:279 in procedure w32Proc()
>... called from *:\EUPHORIA\include\Win32Lib.ew:24731 in procedure 
>eventLoop()
>
>... called from *:\EUPHORIA\include\Win32Lib.ew:24875 in procedure 
>WinMain()
>... called from *:\EUPHORIA\DEMO\Advanc.exw:109
>--> see ex.err
>
>
>Press Enter...
>
>Euman
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>

new topic     » goto parent     » topic index » view message » categorize

6. Re: Win32lib error

{{{ --- Original Message From: "Derek Parnell" <ddparnell at bigpond.com>

And I repeat, it does chew up Windows resources. I'll have a close look to
see how I can correct your code blink

maybe its because I have a 2.53ghz P-IV and the speed helps create the problem faster, who knows.

My Win98 machine (233mhz) doesnt seem to have a problem but, who uses the old OS's anymore??

Euman

new topic     » goto parent     » topic index » view message » categorize

7. Re: Win32lib error

On 26 May 2003, at 19:52, euman at bellsouth.net wrote:

> 
> 
> ----- Original Message ----- 
> From: "Derek Parnell" <ddparnell at bigpond.com>
> 
> > And I repeat, it does chew up Windows resources. I'll have a close look to
> > see
> > how I can correct your code blink
> 
> maybe its because I have a 2.53ghz P-IV and the speed helps create the problem
> faster, who knows.
> 
> My Win98 machine (233mhz) doesnt seem to have a problem but, who uses the
> old OS's anymore??

Me. I still use a 233mhz box with win95, and i still "drop" to dos to get some 
things done, like last night.

Kat

new topic     » goto parent     » topic index » view message » categorize

8. Re: Win32lib error

>From: gertie at visionsix.com
> > My Win98 machine (233mhz) doesnt seem to have a problem but, who uses 
>the
> > old OS's anymore??
>
>Me. I still use a 233mhz box with win95, and i still "drop" to dos to get 
>some
>things done, like last night.
>
>Kat

All my PC's run Win98, except for the Mandrake server.

You should see how fast it gets things done on an Athlon 2000 with 256mb 
ram!
I feel no need whatsoever to upgrade to Windows eXtraBloat. Especially for 
the paranoiac in me.

=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__| Mr Trick

new topic     » goto parent     » topic index » view message » categorize

9. Re: Win32lib error

>maybe its because I have a 2.53ghz P-IV and the speed helps create the
problem
>faster, who knows.
>
>My Win98 machine (233mhz) doesnt seem to have a problem but, who uses the
>old OS's anymore??

I have a fully functioning Intel 486 running Windows 3.11. Granted, I don't
use it anymore and it sits and collects dust and Post-it notes, but I use it
to test Euphoria DOS programs. smile

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu