www.digitalmars.com         C & C++   DMDScript  

c++.beta - request for confirmation of files existence

reply "Włodzimierz Skiba" <abx abx.art.pl> writes:
I'm upgrading my DMC to 8.34 (CD) and further to beta. But I worry about 
something when comparing new files to my previous installation.

cd834.zip:  dm/bin/snn.lib
  Should be this file in 'bin' for sure? It seems first lib in this folder.
  It contains compiled 'unmangle.c' but dm/lib/snn.lib contains it too.

beta.zip:   dm/include/exception    and    dm/include/typeinfo
  Are those files without ".h" extension for sure ? Other files with no
  extension include full *.h files while those two files works otherwise.
  Currently both 'typeinfo' and 'typeinfo.h' contains similiar but not 
  indentical body.

ABX
Jul 01 2003
parent "Walter" <walter digitalmars.com> writes:
"Włodzimierz Skiba" <abx abx.art.pl> wrote in message
news:bdroh0$2k0i$1 digitaldaemon.com...
 I'm upgrading my DMC to 8.34 (CD) and further to beta. But I worry about
 something when comparing new files to my previous installation.

 cd834.zip:  dm/bin/snn.lib
   Should be this file in 'bin' for sure? It seems first lib in this
folder.
   It contains compiled 'unmangle.c' but dm/lib/snn.lib contains it too.
That's a mistake. Delete \dm\bin\snn.lib.
 beta.zip:   dm/include/exception    and    dm/include/typeinfo
   Are those files without ".h" extension for sure ? Other files with no
   extension include full *.h files while those two files works otherwise.
   Currently both 'typeinfo' and 'typeinfo.h' contains similiar but not
   indentical body.
That's as intended.
Jul 01 2003