From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d6d65fb5677ce851 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: WIN32 createprocess with Ada Date: 1999/04/13 Message-ID: <371407D7.A15108D4@Botton.com>#1/1 X-Deja-AN: 466144150 Content-Transfer-Encoding: 7bit References: <7evsq9$8ho$1@nnrp1.dejanews.com> To: dpeterso@my-dejanews.com X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 924059589 74386 199.227.148.100 (14 Apr 1999 03:13:09 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 14 Apr 1999 03:13:09 GMT Newsgroups: comp.lang.ada Date: 1999-04-14T03:13:09+00:00 List-Id: I forgot to address the GetLastError issue. A return value of 3 indicates: The system cannot find the path specified. ERROR_PATH_NOT_FOUND Don't forget to look at the example at: http://www.botton.com/ada/os/win32-createprocess.html Be well, David Botton dpeterso@my-dejanews.com wrote: > The call fails and getlasterror returns 3.