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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,557136a92a6a20c7 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Do you do ASIS? Date: 2000/03/09 Message-ID: <8a7vbv$8ji$1@nnrp1.deja.com>#1/1 X-Deja-AN: 595102986 References: <89ot3v$og9$1@nnrp1.deja.com> <8a6f9c$5tt$1@nnrp1.deja.com> <38C6D176.9A7AB6C7@earthlink.net> X-Http-Proxy: 1.0 x28.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Mar 09 10:45:19 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-03-09T00:00:00+00:00 List-Id: In article <38C6D176.9A7AB6C7@earthlink.net>, Charles Hixson wrote: > 1) It should be able to be used in the generation of > stand-alon programs that do not require a separate library to > have been previously installed in the computer. This seems to be to be old style (DOS like) thinking, not applicable to modern Windows environments, given the importance of COM objects. Any serious program distributed for Windows today is distributed in installable form, most likely with install shield, and any necessary libraries, DLL's etc can be installed automatically as part of the installation process. Virtually all distributed software for Windows is in this form, so it seems quite unnecessary to try to accomodate anything else. Note that the "Win 3.1 support would be nice" is also evidence that this is thinking that comes from a bygone era :-) The reference to Feldman's screen package also shows this old style thinking, since this package is obviously quite unsuitable for the generation of nice looking GUI's with decent fonts etc. The idea that you would have multiple applications installed on a Windows 2000 machine all of which contained embedded copies of complex graphics packages statically linked really makes no sense. So in fact it seems that you are asking for something far different than what I thought was being discussed, namely a very simple package that generates very crude fixed-width dos-style interfaces (I really can't bring myself to call these GUI's at all). That's certainly a reasonable thing that someone might want in some case, but definitely GLADE and similar GUI tools are not about satisfying this kind of requirement. Sent via Deja.com http://www.deja.com/ Before you buy.