Results 1 to 2 of 2

Thread: Q_UINT32 undeclared !

  1. #1
    Join Date
    Oct 2007
    Posts
    39
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Exclamation Q_UINT32 undeclared !

    I'm porting the qt3 code to qt4.3.2

    I have a variable of type Q_UINT32
    Qt Code:
    1. static const Q_UINT32 cm_FileIdentificator;
    To copy to clipboard, switch view to plain text mode 

    Now in the build system Makefile I have commented QT3_SUPPORT
    I get the error
    Qt Code:
    1. ISO C++ forbids declaration of 'Q_UINT32' with no error
    To copy to clipboard, switch view to plain text mode 



    Please help me out of this problem
    Darshan

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Q_UINT32 undeclared !

    Try quint32.
    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    darshan.hardas (23rd October 2007)

Similar Threads

  1. use qpsql
    By raphaelf in forum Installation and Deployment
    Replies: 34
    Last Post: 22nd August 2006, 12:52
  2. Qt 4.1.4 plugin QPSQL
    By jcr in forum Installation and Deployment
    Replies: 4
    Last Post: 22nd June 2006, 22:55
  3. Unable to execute in Debug Mode
    By Kapil in forum Installation and Deployment
    Replies: 38
    Last Post: 5th April 2006, 07:27
  4. Qt does not warn about undeclared signals
    By jamadagni in forum Qt Programming
    Replies: 2
    Last Post: 17th February 2006, 10:45
  5. lQtGuid4 error - Compiler setting problem
    By Kapil in forum Installation and Deployment
    Replies: 7
    Last Post: 10th February 2006, 09:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.