Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> API CreateProcess and further child fails

API CreateProcess and further child fails

From: Peter Bailey <Peter.E.Bailey_at_btinternet.com>
Date: 1998/01/15
Message-ID: <01bd21f1$014e8540$f53863c3@me>#1/1

Bit of a long shot here.. but I'am using the API CreateProcess from VB to launch a command line that runs the Oracle runtime module F45Run32.EXE on an NT system (I then use WaitForSingleObject to wait till its complete so I can clean up the environment)

Now if I execute the same command line directly then all is well. But when I use CreateProcess to do it, it all starts OK.. untill the forms module tries to create a further child process ... at this point it just hangs up.. and I have to use the Task Manager to kill it off

It just seems that the process created by CreateProcess cannot create a child!! anyone any ideas at all ?

-- 


Peb (Peter Bailey)

We are all in the gutter.. but some of us are looking at the stars
Received on Thu Jan 15 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US