PDA

View Full Version : Q_UINT32 undeclared !



darshan.hardas
23rd October 2007, 10:09
I'm porting the qt3 code to qt4.3.2

I have a variable of type Q_UINT32

static const Q_UINT32 cm_FileIdentificator;

Now in the build system Makefile I have commented QT3_SUPPORT
I get the error

ISO C++ forbids declaration of 'Q_UINT32' with no error



Please help me out of this problem :(

jpn
23rd October 2007, 10:11
Try quint32 (http://doc.trolltech.com/4.3/qtglobal.html#quint32-typedef).