hi ... i am final year student . i downloaded the qqrdecoder and run it from the qt creator . i am using win 7 os and qt sdk 1.1 rc. i am getting upto 15 errors and 8 warnings. please help me with this
as you have successfully made it working can u send the working copy to my mail karthick9686@gmail.com. it would be very help full for me.
the errors are as follows
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/common/EdgeDetector.cpp:184: error: C2065: 'INFINITY' : undeclared identifier
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/Code128Reader.cpp:181: error: C3861: 'fmaxl': identifier not found
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/Code128Reader.cpp:428: error: C3861: 'fminl': identifier not found
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/Code39Reader.cpp:216: error: C3861: 'fmaxl': identifier not found
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:132: error: C2057: expected constant expression
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:132: error: C2466: cannot allocate an array of constant size 0
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:132: error: C2133: 'counterDigitPair' : unknown size
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:291: error: C2057: expected constant expression
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:291: error: C2466: cannot allocate an array of constant size 0
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:291: error: C2133: 'counters' : unknown size
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:342: error: C2057: expected constant expression
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:342: error: C2466: cannot allocate an array of constant size 0
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:342: error: C2133: 'pattern' : unknown size
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/OneDReader.cpp:73: error: C3861: 'fmax': identifier not found
the warnings are a follows
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/common/EdgeDetector.cpp:60: warning: C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/Code39Reader.cpp:217: warning: C4244: 'argument' : conversion from 'long double' to 'size_t', possible loss of data
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:106: warning: C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/Code39Reader.cpp:217: warning: C4244: 'argument' : conversion from 'long double' to 'size_t', possible loss of data
E:/symbian/QQrDecoder/QQrDecoder-build-simulator/../QQrDecoder/zxing/oned/ITFReader.cpp:106: warning: C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
please help me





