You can't fix an internal compiler error. If a full rebuild into an empty directory does not eliminate this problem, it's time to update to a newer compiler.<br><br>VS6 is from 1998. There have been light years of improvement in Visual Studio since then. You should take advantage of those improvements by updating to Visual Studio 2008......<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">2009/7/3 jelfwjl <span dir="ltr"><<a href="mailto:jelfwjl@126.com">jelfwjl@126.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi all:</div>
<div>I've used erase() instead, but there is another error which related to VC compiler</div>
<div> </div>
<div> </div>
<div>Compiling...<br>vtkKWEObjectTreePropertyBase.cxx<br>E:\RenProject\trunk\Code\VTKEdge\Filtering\vtkKWEObjectTreePropertyBase.cxx(132) : fatal error C1001: INTERNAL COMPILER ERROR<br> (compiler file 'msc1.cpp', line 1794) <br>
Please choose the Technical Support command on the Visual C++ <br> Help menu, or open the Technical Support help file for more information<br>vtkKWEObjectTreeNodeBase.cxx<br>E:\RenProject\trunk\Code\VTKEdge\Filtering\vtkKWEObjectTreeNodeBase.cxx(761) : fatal error C1001: INTERNAL COMPILER ERROR<br>
(compiler file 'msc1.cpp', line 1794) <br> Please choose the Technical Support command on the Visual C++ <br> Help menu, or open the Technical Support help file for more information</div>
<div> </div>
<div>How can I fix it?<br><br></div>
<div></div><br><pre>在2009-06-25 19:56:43,"Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>> 写道:
>Replace clear() with erase(). VC6 is an old compiler and does not have
>clear() for stings. erase() is equivalent.
>
>2009/6/25 jelfwjl <<a href="mailto:jelfwjl@126.com" target="_blank">jelfwjl@126.com</a>>:
>> Hi all:
>> I try to use Cmake to set VTK Edge, but when compile the source code ,VC 6
>> put up such errors:
>> vtkKWEUUID.cxx
>> E:\RenProject\trunk\Code\VTKEdge\Common\vtkKWEUUID.cxx(147) : error C2039:
>> 'clear' : is not a member of 'basic_string<char,struct
>> std::char_traits<char>,class std::allocator<char> >'
>> what's the problem?
>>
>> Many Thanks!
>>
>>
>> 在2009-04-17,"Giancarlo Amati" <<a href="mailto:ilferraresebono@hotmail.it" target="_blank">ilferraresebono@hotmail.it</a>> 写道:
>>
>> Hello everybody,
>>
>> does anybody know about a library for GPU accelerated volume rendering
>> compatible with VTK?
>>
>> I'm struggling in finding something nice....and I'm trying to compile
>> VTKedge but...with no success with VTK 5.4
>>
>> Kind Regards.
>> Giancarlo
>>
>> ________________________________
>> Scegli fra più di 30 stazioni! Ascolta la radio su Messenger
>>
>> ________________________________
>> 200万种商品,最低价格,疯狂诱惑你
>> _______________________________________________
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><div><div></div><div class="h5">
>>
>> Visit other Kitware open-source projects at
>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a>
>>
>> Follow this link to subscribe/unsubscribe:
>> <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a>
>>
>>
</div></div></pre><br><br><span title="neteasefooter"><hr>
<a href="http://count.mail.163.com/redirect/footer.htm?f=http://gouwu.youdao.com" target="_blank">200万种商品,最低价格,疯狂诱惑你</a>
</span><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>