Archived

This forum has been archived. Please start a new discussion on GitHub.

is it a bug or conflict ?

i use ogre and ice to build a net-game demo.
i build net component ,it work well.
but when i build the whole system, i meet a mistake .

"tryEnterCriticalSection "identifier not found, even with argument-dependent lookup The compiler was not able to resolve a reference to an identifier, even using argument-dependent lookup.

i don't know the reason .please help me .
thanks ~~

Comments

  • benoit
    benoit Rennes, France
    See [thread=305]this thread[/thread] and [thread=351]this thread[/thread]. Defining _WIN32_WINNT before including <windows.h> might solve your problem. Let us know if you still have any issues however!

    Benoit.
  • thanks very much
    that's what i need:)