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
    Jul 2010
    Posts
    63
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: more of a C++ question

    lets talk more basic - even when it is not referenced anywhere in the code, its very existence seems to disallow proper quitting exclusively in debug. what could be causing this?
    i know i sound vague, but there isn't really much to it; if its there it crashes at exit in debug, if not it doesn't..

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

    Default Re: more of a C++ question

    Post a small compilable example that causes the problem.

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

    Default Re: more of a C++ question

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

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

    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.