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 Creator gives me an error on a valid assembly code.
Qt 6.11 is out! See what's new in the release blog

Qt Creator gives me an error on a valid assembly code.

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

    I'm learning assembly and I would like to use Qt Creator for mix some C++ and assembly code on my project, I'm using a code that COMPILES and RUNS as expected.
    What I wan't to do is remove Intellisense error from that code, as can seen at the following image:

    !http://s23.postimg.org/hi3hnauvv/img.png!

    I'm using msvc 2010 as compiler and Qt Creator 3.0.0 as IDE with Qt 5.2.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      It may very well be that Qt Creator's C++ parser is not very wise about assembly code. You can try building with the experimental clang parser support, it will probably work better here. Or file a feature request/ bug report on Jira.

      (Z(:^

      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