Results 1 to 5 of 5

Thread: typedef unsigned qint32 uint32_t ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: typedef unsigned qint32 uint32_t ?

    If you are using Qt Creator, try putting your cursor on 'qint32', then right click and select 'follow symbol under cursor'. This will open up qglobal.h. It should be clear what you did wrong if you find the definition of qint32.

    why don't you just use quint32?

  2. The following user says thank you to schnitzel for this useful post:

    zoz (30th May 2010)

Similar Threads

  1. qint32 vs int32_t
    By maverick_pol in forum Qt Programming
    Replies: 1
    Last Post: 10th February 2009, 18:14
  2. typedef question
    By MarkoSan in forum Newbie
    Replies: 5
    Last Post: 29th January 2008, 08:28
  3. typedef Related doubts?
    By rajeshs in forum General Programming
    Replies: 3
    Last Post: 2nd January 2008, 19:05
  4. Conversion from unsigned char* to unsigned char
    By santosh.kumar in forum General Programming
    Replies: 1
    Last Post: 6th August 2007, 13:12
  5. Typedef quint16 on ARM and Win32
    By sgrasic in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 16th May 2006, 22:27

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
  •  
Qt is a trademark of The Qt Company.