July 07, 2006 Help with installing program from CD? | ||||
---|---|---|---|---|
| ||||
Hi Folks! I am taking an intro C programming course and I have purchased the Digital Mars C++ compiler. How do I install it? Thanks |
July 07, 2006 Re: Help with installing program from CD? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kevin Commins |
"Kevin Commins" wrote:
> Hi Folks! I am taking an intro C programming course and I have purchased
> the
> Digital Mars C++ compiler. How do I install it?
>
Copy the "dm" directory on hard disk.
Add the dm\bin directory to path or
make dm\bin current directory.
Then dmc.exe program.c.
The IDE is file scwmn32.exe. Its tiny fonts can be changed.
Possible problem: if you have
Visual C++ installed on the machine
dmc may pick up its headers somehow.
Then the sc.ini must be edited
(or rename the VC++ directory for the moment).
/Pavel
|
Copyright © 1999-2021 by the D Language Foundation