Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt with Visual Studio 2010
Qt 6.11 is out! See what's new in the release blog

Qt with Visual Studio 2010

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 645 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Milica
    wrote on last edited by
    #1

    Hello,
    I use Qt 4.8.5 open source with Visual Studio 2010, and when i build my simple code, i`ve got this error:

    Unhandled exception at 0x53be45fa (QtGuid4.dll) in gotocelldialog.exe: 0xC0000005: Access violation reading location 0x0006463c.

    and it stops in this:

    #ifndef QT_NO_VALIDATOR
    const QValidator *validator() const { return m_validator; }
    void setValidator(const QValidator v) { m_validator = const_cast<QValidator>(v); }
    #endif

    which is part of the QtGui module of the Qt Toolkit.

    And sometimes the same code build successful but without any output.f

    Does anyone know what this mean ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved