PDA

View Full Version : Switch STL PORT to version 4 in an app for Symbian



Randy
7th July 2011, 08:37
Hi,

I am creating an app for Symbian, and I need to select specifically the stlport version 4 (stlport.lib). By default, while developing an application for Symbian^3 it selects STL port version 5 (stlportv5.lib and STDCPP flag in the resulted mmp file).

I am having problems with version 5 so I need to configure my pro file to use version 4.

Any ideas?

Thanks!!

Added after 1 24 minutes:

Hi,

I did it in that way




# stlportv5 causes problems. Here it takes the older version that works properly.
CONFIG -= stl
INCLUDEPATH += /epoc32/include/stdapis/stlport
LIBS = -llibstdcpp



Could that cause any additional problem? or is there a smarter way to do it?

Thank you!