STL for CE.NET (CE 4.0)?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I'm currently trying to port a library to CE.NET using eVC 4.0. The problem is we are using a 3rd party library that uses iostreams. There is a verion of STL that comes with eVC 4.0 but it doesn't support iostreams. I tried using STLport without much luck. Has anybody had similar problems? What had to be done to get it to work? Thanks!