|
Archives
D Programming
DD.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++.windows.32-bits - Internal error 349
Hi What does internal error 349 mean? dmc -c -cpp -Ae -Ar -mn -D_WINDOWS -6 -a8 -Nc -c -H -HD..\..\d_mars -HO- -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__ -I..\..\include -I..\..\lib\_sc -I..\..\ contrib\include -I..\../src/regex;..\../src/png;..\../src/jpeg;..\../src/zlib;.. \../src/tiff ..\..\src\generic\gridsel.cpp -o..\..\src\generic\gridsel.obj Internal error: type 349 --- errorlevel 1 This is with the 8.35 beta, downloaded earlier today chris Jun 24 2003
It means you need to boil it down to the smallest possible source that reproduces the problem, and email it to me so I can fix it! -Walter "chris elliott" <biol75 york.ac.uk> wrote in message news:bd9iml$1a4q$1 digitaldaemon.com...Hi What does internal error 349 mean? dmc -c -cpp -Ae -Ar -mn -D_WINDOWS -6 -a8 -Nc -c -H -HD..\..\d_mars -HO- -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__ -I..\..\include -I..\..\lib\_sc -I..\..\ contrib\include -I..\../src/regex;..\../src/png;..\../src/jpeg;..\../src/zlib;.. \../src/tiff Jun 24 2003
In article <bd9s24$1mmg$1 digitaldaemon.com>, Walter says...What does internal error 349 mean? Jul 08 2003
|