c++.beta - DMC++ 8.48.4
- Walter Bright (3/3) Apr 20 2006 Lots of boost bugs fixed. -Walter
- Arjan (4/9) Apr 21 2006 The link shows the current status of dmc-8.48.4 and boost-1.33_1
- Walter Bright (2/12) Apr 21 2006 Thanks, Arjan!
- Włodzimierz Skiba (23/26) Apr 28 2006 Hi!
- Walter Bright (4/8) Apr 28 2006 The way to do it is to keep deleting parts of the file until you have
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
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.htmlThe 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
Arjan wrote:Walter Bright wrote:Thanks, Arjan!Lots of boost bugs fixed. -Walter http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip http://www.digitalmars.com/download/freecompiler.htmlThe 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
Apr 21 2006
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.htmlHi! 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
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