STL on PDA's

Started by
0 comments, last by xtrmntr 21 years, 12 months ago
I''m trying to use the STL on an iPAQ but when I try to compile my program (using Embedded Tools 3.0), it tells me that it can''t find the string header. ie. i define at the top of one of my files #include <string>. Is there something special that I have to do to get STL working on handheld devices? Thanks
Advertisement
I haven''t tried it yet but if Embedded Tools can set your compiler include and library directories into the STL directories (under MSVC++), you might get it to work but I think that you''ll incur a lot of memory issues if you get it to compile successfully.

This topic is closed to new replies.

Advertisement