Sep 9, 2010 at 10:35am
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
Sep 9, 2010 at 1:05pm
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...
Sep 9, 2010 at 2:27pm
It might be that STL is not supported on on that particular version.
Sep 10, 2010 at 9:03am
It looks like that might be the problem.
Will prob use CArray instead!
Thanks a lot!
Sep 10, 2010 at 2:55pm
!!
Good God, man. VC6? MS Embedded C++ 3?
You're having this problems because your compilers are ancient.
You need to upgrade.
Sep 10, 2010 at 4:38pm
My may find that STLport or Rogue Wave's STL might work on your platform.