Page 1 of 1

Port to Symbian

PostPosted: Oct 24, 2010 @ 8:19pm
by maskin
Hello every one.
Im trying to port project to symbian platfrom using EDGE platfprm SDK.
I have problem - my code using STL vector template class.
Is EDGE have similar vector-class? Or do you have some advices about vector class on Symbian?

Re: Port to Symbian

PostPosted: Nov 1, 2010 @ 12:15pm
by edge
Hi Maskin,

I suggest to give STLport a try, which should support the vector classes you're using on S60 3rd Edition: http://marcoplusplus.blogspot.com/2007/ ... eased.html

Johan