Page 1 of 1

STL lib file

PostPosted: Oct 2, 2002 @ 8:22am
by BurningScrappy
Is there a make file for STLPort libs under eVC++3.0? The STLPort documentation said use whatever was closest(i thought vc6.mak was it) but this just generates a IX6 lib type when I try to link.

TIA
Robert

No need to build

PostPosted: Oct 2, 2002 @ 9:28pm
by codepunk
Actually, you don't need to build STLPort to use it with eVC. I'm using it and I have yet to build it. Let me know if you run into any problems and I can help you out. I've successfully used the following classes: <string>, <map>, & <list>

PostPosted: Oct 2, 2002 @ 9:30pm
by Kzinti
There is no way to build STLport for eVC 3.0, due to some issues with how file handles are defined in WinCE.

This basically means that I/O Streams are not available... But everything else works perfectly (containers, algorithms, ...)

One more thing

PostPosted: Oct 2, 2002 @ 9:30pm
by codepunk
Make sure you replace the stl_user_config.h file in stlport with the one in the etc folder of PocketFrog. Also (and this is important), until a new release of PocketFrog comes out, uncomment the line in the header that defines _STLP_NO_CUSTOM_IO. So it should be

#define _STLP_NO_CUSTOM_IO 1

PostPosted: Oct 4, 2002 @ 8:04pm
by MadcapMac

PostPosted: Oct 4, 2002 @ 10:06pm
by MadcapMac

Unable to use STL

PostPosted: Oct 22, 2002 @ 2:19pm
by adde

PostPosted: Oct 22, 2002 @ 6:03pm
by Kzinti
What version of STLport are you using? 4.5.3 works... The latest beta (5.0.0) does not.

PostPosted: Oct 22, 2002 @ 11:42pm
by adde

STLPort 4.5 works!!

PostPosted: Oct 23, 2002 @ 6:50pm
by adde

PostPosted: Oct 24, 2002 @ 7:26am
by Kzinti

PostPosted: Oct 24, 2002 @ 11:10pm
by Kzinti

PostPosted: Oct 31, 2002 @ 8:18am
by Kzinti