From: Harry B. on 10 Oct 2009 03:44 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.
|
Pages: 1 Prev: New Bug in VO 2.8 SP3 Next: Graphics4VO on the new VO28 SP3 |