hi, i am using named pipe to pass values from a dll to a exe file.
the executable is an application run as the named pipe server. and it will do something else besides get values from the dll which is the client side of the named pipe.
i used a Do Loop in the server. but the program will hang until it read something from the pipe.
i tried DoEvents too, but as long as it hits the ReadFile function, it will hang,until something coming in.
anyone has good idea to solve this?
so that my application can do something else while it's listening the pipe.
thanks
the executable is an application run as the named pipe server. and it will do something else besides get values from the dll which is the client side of the named pipe.
i used a Do Loop in the server. but the program will hang until it read something from the pipe.
i tried DoEvents too, but as long as it hits the ReadFile function, it will hang,until something coming in.
anyone has good idea to solve this?
so that my application can do something else while it's listening the pipe.
thanks