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. Problem with building console application
Forum Updated to NodeBB v4.3 + New Features

Problem with building console application

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.7k 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.
  • D Offline
    D Offline
    draganu
    wrote on last edited by
    #1

    During building application it is appear the next message

    C1083: Cannot include file: tr1/memory: No such file or directory

    I do not know how to resolve this problem.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Welcome to Devnet,

      You should add the directory where that include file is supposed to be.

      For further advice, some more information (OS, toolchain, IDE, the offending lines in the sources) would be helpful.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • D Offline
        D Offline
        draganu
        wrote on last edited by
        #3

        Excuse me. I forget give detailed information.

        I am working under Windows XP OS and use Qt Creator 2.3.1 based on Qt 4.7.4.

        There is line of code

        #include <tr1/memory>

        which produce error.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          That are some new additions to the C++ standard. It depends on the compiler and its version in use whether it is supported out of the box or whether you need some support libs like boost.

          http://www.catb.org/~esr/faqs/smart-questions.html

          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