12-30-2023, 09:55 AM
(12-29-2023, 08:42 PM)bplus Wrote: It was broken long before when using hex and comparing a Point color to it, so I don't expect it to effect much. l already started using ~& or RGB32() colors to fix graphics I was attempting.Well, your Sudoku triggered it with me; all colors were black
To me this is a long awaited fix, I doubt it will make anything incompatible?
With my own code, I only had a few of these and only with colors like Const CLR_RED = &hFFFF0000
now replaced all with Const CLR_RED = &hFFFF0000~& or Const CLR_RED = _RGB32(255,0,0)
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience