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
Can you give a little more information about specifically when it crashes?
Larry
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
Larry,
Same problem here.
Running on windows xp SP3.
Haim
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
Tks, Fixed.