Results 1 to 7 of 7

Thread: more of a C++ question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: more of a C++ question

    Post a small compilable example that causes the problem.

  2. #2
    Join Date
    Jul 2010
    Posts
    63
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1

    Default Re: more of a C++ question

    switched from MinGW to MSVC compilation; seems to have resolved the issue..

  3. #3
    Join Date
    Jun 2007
    Posts
    19
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: more of a C++ question

    I have seen something like this before, very hard to find. I think what helped was using .value(var) instead of .at(var), it's null pointer safe.

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.