dear all
excuse me
sorry , this topic is fuzzy
I want to
create a FLAG(bool type) and a EVENT(bool type) on TestStand4.0 , both default value is false
Have three thread , object is :
After 5 seconds , FLAG= true ...(thread1)
Call extra DLL(function1) that be builded by VisualC++6.0 , if FLAG==true , EVENT=true ...(thread2)
Call extra DLL(function2) that be builded by VisualC++6.0 , if EVENT==true , write simply string into *.txt ...(thread3)
Three threads's begin time is the same (I don't sure it , I setting "Use New Thread" on Execution Option menu)
But have some trouble ...
I don't know how to clear!
Bug seem is FLAG/EVENT's status isn't dynamic , keep on initial status
I already set a NULL loop for listen FLAG/EVENT's status
but thread2 & 3 seem no into loop
as file is DLL's source code & sequence file
Please give me any suggestion ^^ thanks