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 5.7.0 with visual studio 2013 add on MSC_VER error

Qt 5.7.0 with visual studio 2013 add on MSC_VER error

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 400 Views
  • 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.
  • moonraker595M Offline
    moonraker595M Offline
    moonraker595
    wrote on last edited by moonraker595
    #1

    Hi there
    When I attempt to compile a skeleton project I get a version error: Msc_ver: 1900 does not match 1800 in moc_test.obj . I'm running qt 5.7.0 with add on 1.2.5 in visual studio 2013. I have checked the platform tools entry in project properties is 2013.

    Incase it makes a difference, I do have vs 2015 installed as well.

    Any help appreciated

    Thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      KeithS
      wrote on last edited by
      #2

      It means part of your code was compiled with VC++ 2013 (_MSC_VER = 1800) and part with VC++ 2015 (_MSC_VER = 1900).

      1 Reply Last reply
      1

      • Login

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