Can't find vector

My program compiles perfectly with VC6, but when i try and compile the same program with MS Embedded C++ 3 I get this error.

I usually compile in both with no problem.

fatal error C1083: Cannot open include file: 'vector': No such file or directory
Could it be that my project settings don't point to the location where vector is?

Where is this location? I can't seem to figure it out...
It might be that STL is not supported on on that particular version.
It looks like that might be the problem.

Will prob use CArray instead!

Thanks a lot!
!!

Good God, man. VC6? MS Embedded C++ 3?

You're having this problems because your compilers are ancient.

You need to upgrade.
My may find that STLport or Rogue Wave's STL might work on your platform.
Topic archived. No new replies allowed.