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 ...
1
vote
2answers
948 views

Has anyone already done the work to make STLPort build with VS2008 and/or an x64 build with VS2005?

At present it seems that VS2008 still isn't supported either in the 5.1.5 release or in the STLPort CVS repository. If someone has already done this work then it would be useful to share, if possible ...
0
votes
1answer
92 views

STLPort, Intel compilers, build errors (though app runs fine!)

Compiling my project against STLPort I get some weird build errors. Weird, because the project runs just fine (and 20-30% faster) though you'd think the build errors would be fatal. Can anyone ...
0
votes
3answers
477 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
3answers
2k views

Using STL port in VS2008

I am working on porting our C++ code from eVC 4.0 to Visual Studio 2008. Our target is Windows Mobile 6.1 and we are using the Windows Mobile 6.0 SDK for our app. Our code used stl port when ...