| View previous topic :: View next topic |
| Author |
Message |
John Guest
|
Posted: Tue Jan 18, 2005 8:23 pm Post subject: Delphi 5.0 - make does not work in either IDE or dcc32? |
|
|
I'm baffled why my Delphi 5.0 installation does not work properly.
If I compile myprog.dpr (which uses unit1.dpr) as follows:
dcc32 myprog /m
the compilation fails because the compiler is unable to find unit1.dcu!
Can someone tell me what I've missed?
Thanks in advance.
John
|
|
| Back to top |
|
 |
Mike Williams [TeamB] Guest
|
Posted: Tue Jan 18, 2005 8:25 pm Post subject: Re: Delphi 5.0 - make does not work in either IDE or dcc32? |
|
|
On 18 Jan 2005, John <john (AT) somewhere (DOT) com> wrote:
| Quote: | If I compile myprog.dpr (which uses unit1.dpr) as follows:
dcc32 myprog /m
the compilation fails because the compiler is unable to find
unit1.dcu!
|
The unit file should be called unit1.pas, not unit1.dpr
--
-Mike (TeamB)
Newsgroup guidelines: http://www.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
John Guest
|
Posted: Tue Jan 18, 2005 8:35 pm Post subject: Re: Delphi 5.0 - make does not work in either IDE or dcc32? |
|
|
In article <Xns95E29CDA2427Amikewteamb (AT) 207 (DOT) 105.83.66>,
[email]mlwilliams (AT) gmail (DOT) com[/email] says...
:On 18 Jan 2005, John <john (AT) somewhere (DOT) com> wrote:
:
:> If I compile myprog.dpr (which uses unit1.dpr) as follows:
:>
:> dcc32 myprog /m
:>
:> the compilation fails because the compiler is unable to find
:> unit1.dcu!
:
:The unit file should be called unit1.pas, not unit1.dpr
:
:
Jeez. My face is sooo red. Thank you.
John
|
|
| Back to top |
|
 |
|