How to disable MUTEX!

Results 1 to 4 of 4
  1. #1
    I'm an old-school guy! Zellum is offline
    MemberRank
    Aug 2014 Join Date
    MarsLocation
    207Posts

    Support How to disable MUTEX!

    delete it...
    Last edited by Zellum; 29-06-17 at 04:13 PM.


  2. #2
    TBF Guru jetman82 is offline
    MemberRank
    Jan 2009 Join Date
    631Posts

    Re: How to disable MUTEX!

    ... a comment is as simple as doing this.

    HANDLE mutex = 0; (something like that)
    now, to comment it, put 2 slashes in front of it, so it looks like this:

    // HANDLE mutex = 0;

    You should really google how to comment out code :p

  3. #3
    I'm an old-school guy! Zellum is offline
    MemberRank
    Aug 2014 Join Date
    MarsLocation
    207Posts

    Re: How to disable MUTEX!

    Thank you very much!

  4. #4
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: How to disable MUTEX!

    Just search MUTEX in main.cpp and comment it all out...



Advertisement