From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!aioe.org!epJzlJsZWlp1WuFmYLlBpQ.user.46.165.242.91.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: A new universe of Ada Date: Tue, 27 Sep 2022 08:27:55 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <8d3a421a-4aff-4259-8eec-9b4219b270e6n@googlegroups.com> <78a9305e-4f30-4948-a6b1-1097b02655d8n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: gioia.aioe.org; logging-data="57130"; posting-host="epJzlJsZWlp1WuFmYLlBpQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:64433 List-Id: On 2022-09-27 04:35, Rick Duley wrote: > For myself, I have two more questions: > 1. Do I have to create a new project for every mainline I write? You create a project for following cases: 1. An executable like hello.exe 2. A library like goodbye.a, goodbye.dll, goodbye.so 3. Abstract settings and assorted sources shared by other projects > 2. My program runs in Studio but the EXE does nothing from the folder. It is a terminal application. You must start it from a command-line interpreter (cmd.exe or power shell). -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de