INTERNAL COMPILER ERROR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I hope this is the right news group :)

I get several internal compiler errors with studio.net 2002, when compiler
with /CLR in release mode, it's on a statement similiar to this one:

SomeList::iterator it = someList.find_if(
std::compose1( std::bind2nd( std::equal_to<int>(), 42 ),
std::mem_fun( SomeObject::getInt ) ) );

The error I get is:
f:\SomeFile.cpp(223) : fatal error C1001: INTERNAL COMPILER ERROR (compiler
file 'f:\vs70builds\9466\vc\Compiler\Utc\src\p2\wvm\lowerw.c', line 6820)
Please choose the Technical Support command on the Visual C++

For now I'll disable the optimization, and check if they've fixed it in
2003.net.
 
Run as fast as you can when you see vc.net 2002. 2003 is in fact the same,
without 95% of bugs and many updates.
 
Hi All,

I hope this is the right news group :)

I get several internal compiler errors with studio.net 2002, when
compiler with /CLR in release mode, it's on a statement similiar to
this one:

Try to rebuild the whole project... it *sometimes* works. But as
modeleromy said, go for 2003...
 
Back
Top