GeorgeAAbraham1
Results
1
issues of
GeorgeAAbraham1
cbitmap.h CBitmapPixelAccess::setPosition and itmapPixelAccess::operator++ Gives compiler error : currentPos = address + y * bytesPerRow; Expectation, something like.. : currentPos = address + static_cast(y) * bytesPerRow;