You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded the latest version, and ZXingWidget does not compile. Generates an error that it cannot allocate an object of abstract type on this line of Decoder.mm:
Ref source (new GrayBytesMonochromeBitmapSource(subsetData, subsetWidth, subsetHeight, subsetBytesPerRow));
There is no concrete implementation of LuminanceSource::getRow in the GrayBytesMonochromeBitmapSource child class.
Thoughts?
The text was updated successfully, but these errors were encountered:
Downloaded the latest version, and ZXingWidget does not compile. Generates an error that it cannot allocate an object of abstract type on this line of Decoder.mm:
Ref source (new GrayBytesMonochromeBitmapSource(subsetData, subsetWidth, subsetHeight, subsetBytesPerRow));
There is no concrete implementation of LuminanceSource::getRow in the GrayBytesMonochromeBitmapSource child class.
Thoughts?
The text was updated successfully, but these errors were encountered: