Page 1 of 1
		
			
				STL lib file
				
Posted: 
Oct 2, 2002 @ 8:22amby 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
				
Posted: 
Oct 2, 2002 @ 9:28pmby 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>
			 
			
		
			
				
				
Posted: 
Oct 2, 2002 @ 9:30pmby 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
				
Posted: 
Oct 2, 2002 @ 9:30pmby 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
			 
			
		
			
				
				
Posted: 
Oct 4, 2002 @ 8:04pmby MadcapMac
				
			 
			
		
			
				
				
Posted: 
Oct 4, 2002 @ 10:06pmby MadcapMac
				
			 
			
		
			
				Unable to use STL
				
Posted: 
Oct 22, 2002 @ 2:19pmby adde
				
			 
			
		
			
				
				
Posted: 
Oct 22, 2002 @ 6:03pmby Kzinti
				What version of STLport are you using? 4.5.3 works... The latest beta (5.0.0) does not.
			 
			
		
			
				
				
Posted: 
Oct 22, 2002 @ 11:42pmby adde
				
			 
			
		
			
				STLPort 4.5 works!!
				
Posted: 
Oct 23, 2002 @ 6:50pmby adde
				
			 
			
		
			
				
				
Posted: 
Oct 24, 2002 @ 7:26amby Kzinti
				
			 
			
		
			
				
				
Posted: 
Oct 24, 2002 @ 11:10pmby Kzinti
				
			 
			
		
			
				
				
Posted: 
Oct 31, 2002 @ 8:18amby Kzinti