www.digitalmars.com         C & C++   DMDScript  

c++.beta - DMC++ 8.48.9

reply Walter Bright <newshound digitalmars.com> writes:
Fixed wxWindows problem. -Walter

http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip

http://www.digitalmars.com/download/freecompiler.html
May 04 2006
parent reply "Włodzimierz Skiba" <abx abx.art.pl> writes:
Walter Bright <newshound digitalmars.com> wrote in
news:e3e25g$150d$1 digitaldaemon.com:
 Fixed wxWindows problem. -Walter
Ah! http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:73990 :-) ABX
May 05 2006
parent reply Walter Bright <newshound digitalmars.com> writes:
Włodzimierz Skiba wrote:
 Walter Bright <newshound digitalmars.com> wrote in
news:e3e25g$150d$1 digitaldaemon.com:
 Fixed wxWindows problem. -Walter
Ah! http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:73990 :-)
I was poking around through the front end source looking for a way to solve the problem, and noticed that there was some special code for const structs. Enabled it for const arrays, too, and problem solved.
May 05 2006
parent reply GTG <GTG_member pathlink.com> writes:
In all beta announcements (DMC++ 8.48.9, DMC++ 8.48.5, etc.), the links all seem
to point to the same beta.zip file with the date on the most recent file being
5/11/06.  Even the " beta test C++ Compiler Version 8.48 (1,055,000 bytes)
(NEW!)" on the compiler download page points to this single, rather limited (9
compressed files) zip file.

Is there somewhere to go to get the full and current beta release?  
May 12 2006
parent reply Walter Bright <newshound digitalmars.com> writes:
GTG wrote:
 In all beta announcements (DMC++ 8.48.9, DMC++ 8.48.5, etc.), the links all
seem
 to point to the same beta.zip file with the date on the most recent file being
 5/11/06.  Even the " beta test C++ Compiler Version 8.48 (1,055,000 bytes)
 (NEW!)" on the compiler download page points to this single, rather limited (9
 compressed files) zip file.
 
 Is there somewhere to go to get the full and current beta release?  
What you do is simply download the current main release, unzip it, then unzip the beta release on top of it.
May 12 2006
parent GTG <GTG_member pathlink.com> writes:
In article <e43sa9$1da9$1 digitaldaemon.com>, Walter Bright says...
GTG wrote:
 In all beta announcements (DMC++ 8.48.9, DMC++ 8.48.5, etc.), the links all
seem
 to point to the same beta.zip file with the date on the most recent file being
 5/11/06.  Even the " beta test C++ Compiler Version 8.48 (1,055,000 bytes)
 (NEW!)" on the compiler download page points to this single, rather limited (9
 compressed files) zip file.
 
 Is there somewhere to go to get the full and current beta release?  
What you do is simply download the current main release, unzip it, then unzip the beta release on top of it.
On one computer I've been keeping up with the beta releases pretty well and a call to __DMC_VERSION_STRING__ yields "Digital Mars C/C++ 8.48.9." On another computer I'm trying to get current after a little bit of time between downloads and with the available beta.zip the same call yields "Digital Mars C/C++ 8.48.6." In other words, incremental upgrades over time seem to have landed me in a different place than the current single patch. Sorry for looking so closely at the teeth of this gift horse! ;)
May 13 2006