It didn’t compile on mac for me initially because ‘Point’ is already defined in MacTypes.h. I refactored it to be CPoint and then everything worked.
It didn’t compile on mac for me initially because ‘Point’ is already defined in MacTypes.h. I refactored it to be CPoint and then everything worked.