I wrote a program which worked ok in vc6. it uses hash_map of sgi-stl.but
when i use vc7 to complie it , it tells me that :

E:\works\include\SGI_STL\stl_alloc.h(305) : fatal error C1001:

what can i do to fix it ?
thanks

Re: sgi-stl Error when using vc7 by Carl

Carl
Tue Mar 02 19:54:30 CST 2004


"mOK" <mOK@12345.com> wrote in message news:c23dhm$22re$1@mail.cn99.com...
> I wrote a program which worked ok in vc6. it uses hash_map of sgi-stl.but
> when i use vc7 to complie it , it tells me that :
>
> E:\works\include\SGI_STL\stl_alloc.h(305) : fatal error C1001:
>
> what can i do to fix it ?

Dump the SGI STL and use the STL that ships with VC7.

-cd