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++.beta - DMC++ 8.48.4

↑ ↓ ← Walter Bright <newshound digitalmars.com> writes:
Lots of boost bugs fixed. -Walter

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

http://www.digitalmars.com/download/freecompiler.html
Apr 20 2006
Arjan <arjan ask.me> writes:
Walter Bright wrote:
 Lots of boost bugs fixed. -Walter
 
 http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip
 
 http://www.digitalmars.com/download/freecompiler.html

The link shows the current status of dmc-8.48.4 and boost-1.33_1 http://www.digitalmars.com/~arjan/boost/status/cs-win32-full.html Arjan
Apr 21 2006
↑ ↓ → Walter Bright <newshound digitalmars.com> writes:
Arjan wrote:
 Walter Bright wrote:
 Lots of boost bugs fixed. -Walter

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

 http://www.digitalmars.com/download/freecompiler.html

The link shows the current status of dmc-8.48.4 and boost-1.33_1 http://www.digitalmars.com/~arjan/boost/status/cs-win32-full.html

Thanks, Arjan!
Apr 21 2006
"Włodzimierz Skiba" <abx abx.art.pl> writes:
Walter Bright <newshound digitalmars.com> wrote in
news:e29ntj$fq1$1 digitaldaemon.com:
 Lots of boost bugs fixed. -Walter
 http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip
 http://www.digitalmars.com/download/freecompiler.html

Hi! I just tried this latest beta and found a problem with development branch of wxWidgets. With one of files I'm getting: 'Internal error: inline 352' Original command line is: dmc -mn -c -cpp -odmc_mswd\baselib_datetime.obj -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I..\..\lib\dmc_lib\mswd -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib -DwxUSE_GUI=0 -DwxUSE_BASE=1 -Ar -Ae -H -HP99 -HO- -HHdmc_mswd\pch_wxprec_baselib.sym ..\..\src\common\datetime.cpp I tried to avoid precompiled headers and removed all -H parameters: dmc -mn -c -cpp -odmc_mswd\baselib_datetime.obj -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I..\..\lib\dmc_lib\mswd -I..\..\include -w- -I..\..\src\tiff -I..\..\src\jpeg -I..\..\src\png -I..\..\src\zlib -I..\..\src\regex -I..\..\src\expat\lib -DwxUSE_GUI=0 -DwxUSE_BASE=1 -Ar -Ae ..\..\src\common\datetime.cpp but error was the same. So I added '-e -ldatetime.lst' and received same error and datetime.lst. I'm not sure how to proceed further so I have uploaded original and .lst listing to http://abx.art.pl/wx/bugs/datetime.zip (600 KB). Please let me know how I can help in debugging this internal error. ABX
Apr 28 2006
↑ ↓ → Walter Bright <newshound digitalmars.com> writes:
Włodzimierz Skiba wrote:
 but error was the same. So I added '-e -ldatetime.lst' and received same error
and 
 datetime.lst. I'm not sure how to proceed further so I have uploaded original
and 
 .lst listing to http://abx.art.pl/wx/bugs/datetime.zip (600 KB). Please let me 
 know how I can help in debugging this internal error.

The way to do it is to keep deleting parts of the file until you have the smallest source that exhibits it, then sent it to me and I'll take care of it. Thanks!
Apr 28 2006