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: mcc@entropy.cs.princeton.edu (Martin C. Carlisle) Subject: Re: WIN32 createprocess with Ada Date: 1999/04/14 Message-ID: <7f26cm$ldm$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 466294200 References: <7evsq9$8ho$1@nnrp1.dejanews.com> <371407D7.A15108D4@Botton.com> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1999-04-14T00:00:00+00:00 List-Id: In article <371407D7.A15108D4@Botton.com>, David Botton wrote: >I forgot to address the GetLastError issue. A return value of 3 >indicates: > >The system cannot find the path specified. >ERROR_PATH_NOT_FOUND The most common reason for this is to forget to add ASCII.NUL to the end of the string. --Martin -- Martin C. Carlisle, Asst Prof of Computer Science, US Air Force Academy carlislem@acm.org, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standards or policy of the US Air Force Academy or the United States Government.