IonicWind Software

IWBasic => General Questions => Topic started by: Carlopiza on October 16, 2009, 02:13:02 PM

Title: Crash running Application Desktop Toolbar (appbar)
Post by: Carlopiza on October 16, 2009, 02:13:02 PM
Hi 2 All

When running the Application Desktop Toolbar (appbar) that comes in \Examples, the program crashes. I'am using EBasic v1.735 and WinXP SP2. Any clue?

Greats
Carpiza
Title: Re: Crash running Application Desktop Toolbar (appbar)
Post by: LarryMc on October 16, 2009, 02:56:01 PM
Can you give a little more information about specifically when it crashes?

Larry
Title: Re: Crash running Application Desktop Toolbar (appbar)
Post by: Carlopiza on October 16, 2009, 05:29:02 PM
Hi Larry

It loads, paints the toolbar across the screen and then crashes with the Error dialog box "appbar.exe has encountered a problem and needs to close...". (btw my WinXP is in spanish)

Carlopiza
Title: Re: Crash running Application Desktop Toolbar (appbar)
Post by: Haim on October 16, 2009, 09:49:08 PM
Larry,
Same problem here.
Running on windows xp SP3.

Haim
Title: Re: Crash running Application Desktop Toolbar (appbar)
Post by: LarryMc on October 16, 2009, 10:32:48 PM
Search for the following line of code in appbar.eba:

DEF null:MEMORY

comment the line out or delete it.

Recompile and it should fix your problem.

Larry
Title: Re: Crash running Application Desktop Toolbar (appbar)
Post by: Carlopiza on October 16, 2009, 10:57:47 PM
Tks, Fixed.