|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Just got dmc 8.37 but the banner shows 8.35n. Why?
Hi all,
I just downloaded the Digital Mars C/C++ compiler package (the file
dm837c.zip). the dm/v837 file seems to indicate that this is the
version 8.37 alright, but when I run dmc, its banner states that it is
version 8.35...
Digital Mars Compiler Version 8.35n
Copyright (C) Digital Mars 2000-2003. All Rights Reserved.
Written by Walter Bright www.digitalmars.com
DMC is a one-step program to compile and link C++, C and ASM files.
Usage ([] means optional, ... means zero or more):
DMC file... [flags...] [ respfile]
file... .CPP, .C or .ASM source, .OBJ object or .LIB library
file name
respfile... pick up arguments from response file or environment variable
flags... one of the following:
**** Press a key for more ****
Is this simply a bug in the build or am I missing something?
Thanks for helping, I used to love the Zortech compilers way back when,
so I hope to be able to compile my code with dmc and eventually to use D.
Pierre
Nov 28 2003
See www.digitalmars.com/faq.html#version "Pierre Rouleau" <prouleau impathnetworks.com> wrote in message news:bq959u$12eb$1 digitaldaemon.com...Hi all, I just downloaded the Digital Mars C/C++ compiler package (the file dm837c.zip). the dm/v837 file seems to indicate that this is the version 8.37 alright, but when I run dmc, its banner states that it is version 8.35... Nov 28 2003
"Walter" <walter digitalmars.com> wrote:See www.digitalmars.com/faq.html#version Nov 29 2003
Thanks Walter! (...and I always tell my team to read the docs... oh well...) Walter wrote:See www.digitalmars.com/faq.html#version "Pierre Rouleau" <prouleau impathnetworks.com> wrote in message news:bq959u$12eb$1 digitaldaemon.com...Hi all, I just downloaded the Digital Mars C/C++ compiler package (the file dm837c.zip). the dm/v837 file seems to indicate that this is the version 8.37 alright, but when I run dmc, its banner states that it is version 8.35... Nov 29 2003
|