View Single Post
  #2 (permalink)  
Old 02-28-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Are you sure that you are using the STLport include files, instead of the standard Visual C++ include files? You must add the ...\include\stlport directory to your include path, before any of the system includes. From INSTALL.WINDOWS:

Quote:
If you're using STLport, also add the include files for STLport. (Note that you must add the include\stlport directory, not just "include".)
You don't need to explicitly link any STLport libraries -- the STLport headers take care of this (provided that you use them ).
Reply With Quote