comp.lang.ada
 help / color / mirror / Atom feed
From: Barry Kelly <dynagen@eircom.net>
Subject: Re: "is ada dead?" A challenge for all of us?
Date: Sat, 28 Jul 2001 10:47:38 GMT
Date: 2001-07-28T10:47:38+00:00	[thread overview]
Message-ID: <nu55mtkfhnmaktb8gq00ri7ndkufqi7j6e@4ax.com> (raw)
In-Reply-To: 9js64t$7va$05$1@news.t-online.com

In article <9js64t$7va$05$1@news.t-online.com>
	Vinzent Hoefler <JeLlyFish.software@gmx.net> wrote:

> >Delphi doesn't use project files for individual applications - the
> >project file is the main "program <identifier>; uses <unitlist>; ...
> >begin ... end." bit.
> 
> Yes, true, but at least they call it so. Delphi Project File.

Rename it .pas. You can compile it on the command line, or
alternatively, File | Open | Select type as "Pascal project".

"Delphi Project File" is purely a shell concept; it distinguishes
"program | library" from "unit", allowing the user to double click on
the correct file from Explorer.

> How to tell the compiler that it has to compile the DLL before it can
> run the test program that uses this DLL?
> [...]

Compile them in either order. The compiler doesn't need either one to
finish the compilation; all you need to do is compile both.

Because Delphi compiles so fast, it isn't worth the trouble to do
anything more than stick two compilation commands in a batch file:

  @echo off
  dcc32 <app>
  dcc32 <dll>

YMMV, of course.

-- Barry

-- 
  If you're not part of the solution, you're part of the precipitate.
Team JEDI: http://www.delphi-jedi.org
NNQ - Quoting Style in Newsgroup Postings
  http://web.infoave.net/~dcalhoun/nnq/nquote.html



  reply	other threads:[~2001-07-28 10:47 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-16  8:40 "is ada dead?" A challenge for all of us? Vinzent Hoefler
2001-07-23  0:47 ` Barry Kelly
2001-07-27 16:50   ` Vinzent Hoefler
2001-07-28 10:47     ` Barry Kelly [this message]
     [not found] <200107091850350230.005FE13B@smtp-po.inetia.pl>
2001-07-10  2:30 ` Robert C. Leif, Ph.D.
2001-07-10 10:41   ` Michael Erdmann
2001-07-11  6:42     ` McDoobie
2001-07-11 14:53       ` chris.danx
2001-07-11 15:36         ` Marc A. Criley
2001-07-11 16:01           ` chris.danx
2001-07-11 16:39             ` Marin David Condic
2001-07-11 18:00               ` Al Christians
2001-07-16 11:18                 ` Stefan Skoglund
2001-07-19 21:50                   ` Kjell Mesch
2001-07-11 18:08               ` Marc A. Criley
2001-07-11 16:28           ` Al Christians
2001-07-11 19:58             ` chris.danx
2001-07-11 20:56               ` McDoobie
2001-07-11 20:29         ` McDoobie
2001-07-13 12:46           ` chris.danx
2001-07-13 23:35             ` McDoobie
2001-07-11 22:04         ` Larry Kilgallen
2001-07-18 12:15         ` Mats Karlssohn
2001-07-12  2:54       ` DuckE
2001-07-11  9:01   ` Dmitry Kazakov
2001-07-11 17:27     ` Michal Nowak
2001-07-11 19:14       ` tmoran
2001-07-11 20:15         ` McDoobie
2001-07-12  2:20         ` Jeffrey Carter
2001-07-13 23:34           ` Bobby D. Bryant
2001-07-21 17:48     ` GianLuigi Piacentini
  -- strict thread matches above, loose matches on Subject: below --
2001-07-09 19:49 Michael Erdmann
2001-07-08 15:33 Michael Erdmann
2001-07-08 20:44 ` Bobby D. Bryant
2001-07-09  1:53 ` McDoobie
2001-07-09 16:50   ` Michal Nowak
2001-07-10  2:24   ` DuckE
2001-07-10 10:19     ` Larry Kilgallen
2001-07-10 22:39 ` Paul Storm
2001-07-11 20:15 ` James Squire
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox