Hi again,
I am trying to do something really sillya nd it isn't working:(
I have a main where I want to start two threads using the same handle function, but the second thread generates the following error:
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
It's like the first thread is blocking something that the second one needs, but even if the function is executed (meaning the thread exits from what I've been reading ) for the first one before the second one begins, it still gives this error.
What am I to do, what am I to do?