Results 1 to 11 of 11

Thread: Unhandled exception at 0x01f71318 in Editor.exe: 0xC0000096: Privileged instruction"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Unhandled exception at 0x01f71318 in Editor.exe: 0xC0000096: Privileged instructi

    I used __FILE__ and __LINE__ with gcc on Linux, but I thought it's rather common and should work on VS for example.
    And there is also Qt Meta Object system whick can give you some info. Every class which has a moc part (so inherits QObject and has a Q_OBJECT macro) has a metaObject() which returns QMetaObject, which has methods like classInfo(), className() - can be also useful :]
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

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

    ricardo (4th May 2009)

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.