www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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?

↑ ↓ ← Pierre Rouleau <prouleau impathnetworks.com> writes:
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
↑ ↓ "Walter" <walter digitalmars.com> writes:
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
→ "Gisle Vanem" <giva users.sourceforge.net> writes:
"Walter" <walter digitalmars.com> wrote:

 See www.digitalmars.com/faq.html#version

I understand the 8.35 is the dmc driver version. But would it be so hard to have same version of all sub-programs called from dmc? Ref. GNU-C where gcc, cpp, cc1 and cc1plus are distributed together and all have the same version. --gv
Nov 29 2003
→ Pierre Rouleau <prouleau impathnetworks.com> writes:
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