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

    error C3861: '_beginthreadex': identifier not found

    HI,

    The Problem remains...

    1>C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(4575) : error C3861: '_beginthreadex': identifier not found

    to avoid this problem i need to set up something in Visual Studio to turn on _MT in ATLBASE.

    I set runtime library to /MDd but _MT still OFF.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: error C3861: '_beginthreadex': identifier not found

    Please do not create multiple threads for the same issue. That doesn't help getting help faster and people will attempt posting in different threads not knowing what is happening with the other thread.

    You were asked to use /MTd and not /MDd, isn't it ? Why are you still using /MDd ?

  3. #3
    Join Date
    Oct 2007
    Posts
    21

    Re: error C3861: '_beginthreadex': identifier not found

    Sorry, I´m new with foruns

    How can i cancel this thread ?

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