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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eebbadd7557faf6f X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: The return of Ada95 Date: 1996/03/18 Message-ID: <199603181122.LAA30230@jerry.rb.icl.co.uk>#1/1 X-Deja-AN: 143084547 sender: Ada programming language priority: normal comments: Authenticated sender is content-type: text/plain; charset=US-ASCII organization: ICL Retail Systems mime-version: 1.0 reply-to: skj@acm.org newsgroups: comp.lang.ada x-mailer: Pegasus Mail for Windows (v2.22) Date: 1996-03-18T00:00:00+00:00 List-Id: > paul@srv.net (Paul Whittington) wrote: > > Thanks to DLLs the > >integration of a system designed this way is a no-brainer. Build the > >main program in Delphi 2.0 and have it call the business rule stuff > >written in Ada implemented as a DLL which in turn calls DLLs written > >in Delphi 2.0 that provide the backend support. > > I am doing some GUI development in Delphi and think that it is a great > tool for building client/server GUIs. But, I have been told: > > >Tom Griest > >Right now there are some technical issues relating to generating DLL's > >with Ada. There may be a contract to fund a DLL development kit for > >GNAT/Win32. If you are interested in "chipping in", let me know. Can you (Tom) tell us what the technical issues are? having done some experiments on producing DLL's from GNAT I would be interested in your opinion (I stopped due to lack of time). > Since I do have a back end that I would like to use Ada95 for, how are > you making a DLL. > > ------------------------------------------------- > Mitchell James > mjames@cyberhighway.net > http://cyberhighway.net/~mjames/ {check out Ada95 Measurement Types} > > (Otto Neugebauer, the historian of ancient mathematics, told a story > about the boy Einstein that he characterizes as a "legend,") > As he was a late talker, his parents were worried. At last, at the > supper > table one night, he broke his silence to say, "The soup is too hot." > Greatly > relieved, his parents asked why he had never said a word before. > Albert > replied, "Because up to now everything was in order." > ------------------------------------------------- > > with StandardDisclaimer; use StandardDisclaimer; package Sig is --,-------------------------------------------------------------------------. --|Simon K. Johnston - Development Engineer (C++/Ada95) |ICL Retail Systems | --|-----------------------------------------------------|3/4 Willoughby Road| --|Unix Mail: skj@acm.org |Bracknell | --|Telephone: +44 (0)1344 476320 Fax: +44 (0)1344 476302|Berkshire | --|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801 |RG12 8TJ | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom | --`-------------------------------------------------------------------------' end Sig;