Thread overview
using digital mars (again)!
Aug 11, 2007
andy
Aug 12, 2007
%u
Aug 12, 2007
%u
Aug 12, 2007
Walter Bright
Aug 12, 2007
Walter Bright
August 11, 2007
i opened c\dm\bin\dmc but it just displays keys it wont let me compile help?
August 12, 2007
Instructions at:

http://www.digitalmars.com/ctg/ctgCompilingCode.html

Create your program in Notepad and store in \dm\bin with .c extension. The follow instructions for "Simple Example" above.
August 12, 2007
andy wrote:
> i opened c\dm\bin\dmc but it just displays keys it wont let me
> compile help?

It's designed to be run from a command prompt window, not the desktop gui.
August 12, 2007
my os is xp home and it dosnt allow me to change extensions is there another way?
August 12, 2007
%u wrote:
> my os is xp home and it dosnt allow me to change extensions is
> there another way?

From the command prompt:

	ren foo.whatever foo.c

should do it.