12-30-2023, 03:38 PM
(12-30-2023, 09:55 AM)mdijkens Wrote:(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)
Thanks for reporting, now fixed:
https://qb64phoenix.com/forum/showthread...0#pid22360
So the change occurred after 2020.
b = b + ...