STL in eVC 3.0?
-
OK, this must be a stupid newbie question, because it seems so obvious and I can't find the answer anywhere: How do I use STL stuff in eVC? I'm building an MFC app and would like to use vector, list, etc, but danged if I can find the right includes or other arcana needed to make things compile. What am I missing? Does evc not provide this stuff? thanks for any help!
-
OK, this must be a stupid newbie question, because it seems so obvious and I can't find the answer anywhere: How do I use STL stuff in eVC? I'm building an MFC app and would like to use vector, list, etc, but danged if I can find the right includes or other arcana needed to make things compile. What am I missing? Does evc not provide this stuff? thanks for any help!
aseiden wrote: Does evc not provide this stuff? Nope, it does not. aseiden wrote: What am I missing? A 3rd party STL implementation. You can download one here[^]. (This is the one I'm using) Dinkumware[^] is supposed to have one thats supports pockets pc's too, but I've never tried it. I've also heard that it doesnt support std::wstring, but I cannot verify that. I've heard rumors that someone managed to coax STLPort[^] to work with Pocket pc's, but I've never tried it. HTH Jonas “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002
-
aseiden wrote: Does evc not provide this stuff? Nope, it does not. aseiden wrote: What am I missing? A 3rd party STL implementation. You can download one here[^]. (This is the one I'm using) Dinkumware[^] is supposed to have one thats supports pockets pc's too, but I've never tried it. I've also heard that it doesnt support std::wstring, but I cannot verify that. I've heard rumors that someone managed to coax STLPort[^] to work with Pocket pc's, but I've never tried it. HTH Jonas “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002