Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unresolved External ostream::outstr

Status
Not open for further replies.

deepbluegrass

Programmer
May 31, 2002
2
CA
Hi. I'm trying to use the STL Vector container in Borland C++ 5.02. Strangely enough, I keep getting an unresolved external error that refers to a stream object. This error only occurs when I include <vector.h>, so I would assume it has something to do with Vectors. Also, this only occurs in Win32 projects. I'm clueless and any suggestions would be appreciated.

Thanks
 
Is there a type mismatch between formal and actual arguments in a function, or is there a mismatch in number of arguments?
 
It may also have something to do with namespace. Is there a function or class named the same in both streams and vectors? If so, you may have to declase which namespace to use.
James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that they think I am now
qualified to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top