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. C1070
Qt 6.11 is out! See what's new in the release blog

C1070

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.1k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    hello i am designing basic notepad application for desktop on Qt Creator 5.1. On executing following error occurred..Could somebody please help me on this?
    C:\Qt\Qt5.2.0\5.2.0\msvc2012_64\include\QtCore\qset.h:283:
    error:
    C1070: mismatched #if/#endif pair in file 'c:\qt\qt5.2.0\5.2.0\msvc2012_64\include\qtcore\qset.h'

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      You did not need to create another thread for this problem.

      If a basic Hello World program compiles when you add:
      @
      #include <QSet>
      @
      At the top then the problem is not in qset.h.

      Post the top of the file that is failing to compile (down to the last #include).

      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