Results 1 to 3 of 3

Thread: compatibility of qt4.8.2 with qt 5.1.1

  1. #1
    Join Date
    Jan 2015
    Posts
    4
    Qt products
    Qt4

    Default compatibility of qt4.8.2 with qt 5.1.1

    we are using "push_back" command in qt 4.8.2 for storing the different elements in an array. but the same thing we are running in the qt 5.1.1 version.but it is showing the error ".exe exited with code -1073741819". suggest the commands like push_back in the qt 5.1.1

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: compatibility of qt4.8.2 with qt 5.1.1

    push_back on what?

    Since you have a crash, analyze the backtrace of the crash.

    Cheers,
    _

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: compatibility of qt4.8.2 with qt 5.1.1

    You are clearly on Windows. Your error number is 0xC0000005 in hex. Access violations from developer code are usually the result of using an uninitialised or invalid pointer. That it didn't crash (not the same as worked) in Qt4 is probably dumb luck (or less protective compiler output).

Similar Threads

  1. Qwt 6 backwards compatibility with Qwt 5
    By bcastalia in forum Qwt
    Replies: 5
    Last Post: 27th December 2012, 12:20
  2. Replies: 4
    Last Post: 12th May 2011, 10:06
  3. 64 bit compatibility
    By johnmauer in forum Qt Programming
    Replies: 4
    Last Post: 25th December 2009, 13:28
  4. QtDesigner compatibility
    By lixo1 in forum Qt Tools
    Replies: 2
    Last Post: 11th February 2009, 11:50
  5. VTK and QT compatibility
    By nasty81 in forum Qt Programming
    Replies: 1
    Last Post: 11th April 2008, 12:32

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.