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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,667cd4e9af64037d,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!nntp.infostrada.it!twister1.libero.it.POSTED!not-for-mail From: TC User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Error ?! Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 02 Sep 2005 15:45:12 GMT NNTP-Posting-Host: 62.98.125.178 X-Complaints-To: abuse@inwind.it X-Trace: twister1.libero.it 1125675912 62.98.125.178 (Fri, 02 Sep 2005 17:45:12 MET DST) NNTP-Posting-Date: Fri, 02 Sep 2005 17:45:12 MET DST Organization: [Infostrada] Xref: g2news1.google.com comp.lang.ada:4401 Date: 2005-09-02T15:45:12+00:00 List-Id: My program run over winxp and I select target for compile WINDOWS. This is the error when I run the program on the AdaGide. Enter arguments for program (just press enter if none) .\TestoAda.exe 1 AD: executable=.\TestoAda.exe Unable to start process Error code: 2 AD: result unavailable! Impossibile trovare il percorso specificato. AD crashes... Re-run with /D option for details Bug report GNAT/DOS: Gautier.deMontmollin@Maths.UniNe.CH GNAT/NT: mcc@cs.usafa.af.mil Impossibile trovare il percorso specificato. raised COMMON.EXEC_FAILED : C:\WINDOWS\system32\cmd.exe /C del C:\Documents and Settings\Marcello\Desktop\Programma Esame\TestoAda\a$cmd.105 If I Execute the exe file of my program, the program start but when I insert a keyboard input and press return the program is in standby. Someone can help me?