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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2d9f7ffcfcf57257 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-20 07:51:14 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!c03.atl99!news.usenetserver.com!news02.tsnz.net!news.iconz.co.nz From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: delphi to ada translator Message-ID: References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: ip-210-185-4-243.internet.co.nz X-Original-Trace: 21 Feb 2004 04:46:14 +1300, ip-210-185-4-243.internet.co.nz Organization: "ICONZ Ltd." Date: Sat, 21 Feb 2004 04:51:13 +1300 NNTP-Posting-Host: 210.48.22.5 X-Complaints-To: abuse@tsnz.net X-Trace: news02.tsnz.net 1077292273 210.48.22.5 (Sat, 21 Feb 2004 04:51:13 NZDT) NNTP-Posting-Date: Sat, 21 Feb 2004 04:51:13 NZDT Xref: archiver1.google.com comp.lang.ada:5692 Date: 2004-02-21T04:51:13+13:00 List-Id: On Thu, 19 Feb 2004 21:38:49 +0100, Szymon Guz wrote: >Hi, >do you know any delphi to ada translator ? * Swapping Ada 95 and Delphi code between the DLL and the EXE file ? * Has anybody succeed in putting Delphi code inside of a DLL and getting it called by a GNAT Ada 95 main program (inside of a *.exe file) ?. Since attaching to a DLL slows down debugging very significantly, it would be preferred to have these 2 versions of the software: (1) Ada is in the *.exe file; (2) Delphi is in the *.exe file. Any URLs saying how to put Delphi GUIs inside of DLLs ?. Craig Carey