CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Error C3861

  1. #1
    Join Date
    Apr 2008
    Posts
    163

    Error C3861

    Hello,

    When i compile one of my library, I got a compilation issue

    error C3861: 'TryEnterCriticalSection': identifier not found

    What setting will allow me to correct this in my project properties.

    Also i am using VS 2005 in Windows 7.

    Kindly help.

    -Dave

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: Error C3861

    Reading MSDN on TryEnterCriticalSection, perhaps the appropriate header was not included.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

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