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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!backlog3.nntp.ams3.giganews.com!backlog3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Probably no great leap forward? Date: Sat, 8 Feb 2014 19:26:39 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: 1N/JdmS+b4dPz1bAuAPg+g.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Tom's custom newsreader X-Original-Bytes: 1080 Xref: number.nntp.dca.giganews.com comp.lang.ada:184727 Date: 2014-02-08T19:26:39+00:00 List-Id: >default values that, if necessary, could be changed by a Windows >dialogue. If I understand things correctly, that would require an >interface to Windows. There are several libraries for using Windows in Ada (I use CLAW myself), but any usage of Windows UI has a substantial learning curve. If the program just reads an input and writes an output you might consider making an HTML form UI that runs your program "Common Gateway Interface" style.