Clang IntelliSense The selected location does not refer to a C/C++ entity

Sysprogs forums Forums VisualGDB Clang IntelliSense The selected location does not refer to a C/C++ entity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24995
    buhpro
    Participant

    <span class=”tlid-translation translation” lang=”en”><span class=”” title=””>Hello.</span> <span title=””>I need help – I need to store some chars in single-byte encoding 1251, but after that the F12 key stops working.</span> <span class=”” title=””>Tell me how to do it without error.</span> <span title=””>Watch the video.</span></span>

    https://drive.google.com/open?id=1wf7VzbRiMtwm08_T98WFSxzYrR2KkQ1L

    #24996
    support
    Keymaster

    Please double-check that your source file includes the necessary header files.

    Plain C supports calling functions without declaring them first. This creates an implicit declaration based on the arguments provided, however as it is not explicitly linked to the actual function, the Clang IntelliSense won’t be able to find it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.