Re: Wrapping "CreateProcess"
- Posted by Mark Brown <mabrown at SENET.COM.AU> Jan 15, 2002
- 434 views
Hi Bernie. I have your lib and yet managed to forget to look there. :( I did get it going using the code I found in the mailing list. It now sends the info automatically without losing any data. It goes from keypunch to printing of putlist to reconciliation of each item on its own and can do so after close of business. It has already shown a huge productivity improvement I am very happy with it.Unfortunately, my "bosses" are completely underwhelmed by it and I have been ordered to stop using it. We are to go back to doing these slowly by hand. By the time I finish my term in this area we will be at least 60,000 files behind. I suspect a mere storeman is not supposed to fix such things. Thanks to everyone who helped me with this. This is the best list I am on, lots of good people :) Mark > Mark Brown wrote: > > Hi everyone, > > > > I am trying to wrap the Win32 "CreateProcess" function. I want to launch > > an application from Eu and get the application's process handle via > > "CreateProcess". I then want to pass the handle to the Win32 > > "WaitForInputIdle" function in order to suspend my main process > > until the child process is ready. > > > > So far, my wrapped function doesn't work. > > > > Has anyone already wrapped these and used them successfully. > > Is there another way I can do this? > > > > Thanks > > > Mark: > > All of the create process functions and constants are all > wrapped in my library: > > http://www.rapideuphoria.com/w32engin.zip > > Bernie > > > >