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: <3713863E.F6E1689D@Botton.com>#1/1 X-Deja-AN: 465992117 Content-Transfer-Encoding: 7bit References: <7evsq9$8ho$1@nnrp1.dejanews.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: news1.iquest.net 924030831 204.180.46.25 (Tue, 13 Apr 1999 14:13:51 EDT) MIME-Version: 1.0 NNTP-Posting-Date: Tue, 13 Apr 1999 14:13:51 EDT Newsgroups: comp.lang.ada Date: 1999-04-13T00:00:00+00:00 List-Id: Take a look at the example "Using CreateProcess" on the Ada Source Code Treasury: http://www.botton.com/ada/os/win32-createprocess.html and other Win32 examples at: http://www.botton.com/ada/os David Botton dpeterso@my-dejanews.com wrote: > I have been trying to do a createprocess call using Ada on WindowsNT. The > call fails and getlasterror returns 3. Does anyone have an example using Ada > that I may view or know what I am probably doing wrong. > > Thanks > > Dave P. > > -----------== Posted via Deja News, The Discussion Network ==---------- > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own