Tagged Questions
2
votes
7answers
2k views
LNK2001 error when compiling apps referencing STLport-5.1.4 with VC++ 2008
I apologize in advance for the long post...
I used to be able to build our VC++ solutions (we're on VS 2008) when we listed the STLPort include and library directories under VS Menu > Tools > Options ...
0
votes
3answers
481 views
stlport compilation with Visual Studio 2008 SP1 (msvc9) on Windows 7 x64 doesn't work
I downloaded stlport from https://stlport.svn.sourceforge.net/svnroot/stlport/trunk/STLport and tried to compile it with Visual Studio 2008 SP1 on Windows 7 x64.
The readme says to use: configure -c ...
0
votes
1answer
337 views
Visual C++ says “LNK1104: cannot open file 'stlport_statix.lib'”
When trying to link my C++ solution in Visual Studio 2008, I get the message "LNK1104: cannot open file 'stlport_statix.lib'".
I have installed STLport, and the correct path is set in ...
0
votes
0answers
197 views
STLport compatibility
I get the impression STLport has substantial potential performance gains over Dinkumware's STL - so I'm considering porting a large MSVC solution to STLport to try it out. The solution has several ...
0
votes
0answers
235 views
How to ensure that you are building against STLport
I am using Visual C++ 2005 to build a couple of libraries and an executable.
I include the STLport location in the Additional Include Path of the libraries and include the library in the input to ...