CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2015
    Posts
    15

    mutex ' in namespace ' std ' does not name a type

    Good all day! Error-D:\Classes\mutex1\mutex1.cpp | 9 | error: ' mutex ' in namespace ' std ' does not name a type |

    Something is wrong with my compiler. So far, everything has always been well compiled, worked remarkably well.

    Various advice and research problems I accept with joy.

    I act through CodeBlocks and my computer has 32 bits.

    Downloaded D: \ gcc-6.3.0 \ gcc-6.3.0 (gcc-6.3.0.tar.bz2)
    It can somehow be connected in the right places?
    Is not it necessary to compile something at first?

    In general, I imagine the steps of correcting the problem rather poorly. What additional libraries are available?
    Last edited by Дмитро; August 5th, 2017 at 04:01 PM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: mutex ' in namespace ' std ' does not name a type

    Did you try to search for this problem with google?
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2017
    Posts
    14

    Re: mutex ' in namespace ' std ' does not name a type

    Quote Originally Posted by VictorN View Post
    Did you try to search for this problem with google?

    Loool Google is a man's best friend

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured