QT version and IDE
Moved
Unsolved
General and Desktop
-
I'm trying to build an older application ,but i got some errors.
C2131:expression did not evaluate to a constant and
C:3863: array type 'short*[sz]' is not assignable.I've read that bc QT is very sensitive it may break the functionality if you don't use the same version of QT .How can i fix this ?
-
This is a pure C++ error, most probably not related to Qt at all. And Qt keeps source and binary compatibility for a long time, not sure why somebody would write it's "sensitive".
Anyway, please show the code where your error pops up and maybe we'll be able to help.