From: Harry B. on
Hello!

Here a piece of code, which is originaly made by the designer, I didn't
change anything:

-----------
METHOD Init(oWindow,iCtlID,oServer,uExtra) CLASS dlgManuelleBuchung_VO
LOCAL DIM aBrushes[1] AS OBJECT

SELF:PreInit(oWindow,iCtlID,oServer,uExtra)

SUPER:Init(oWindow,ResourceID{"dlgManuelleBuchung_VO",_GetInst()},iCtlID)

aBrushes[1] := Brush{Color{COLORWHITE}}
....
-------------------

Under SP2 its running fine. Under SP3 the program crashes in the
SUPER:Init(...) line with the attached output.

Any ideas?

TIA,
Harry B.