Hi all
I need help in such question - is it ever possible to use OpenC in the standard Symbian GUI application (S60 3rd edition)?
I mean to use stl and boost in the application, which is based on standard GUI framework(E32Main looks like this
TInt E32Main()
{
return EikStart::RunApplication(NewApplication));
}
I have very strange behaviour during debigging such project - debugger runs into some functions which I don't call at all, aplication crashes in some places which did not crash before using OpenC etc.
I have read Getting started with Open C and Getting started with The Standard C++ Library articles, set all settings but it did not help
Is it possible to use OpenC in that way?
What can be a reason of such behaviour?
(One more note - I link static library also written with help of Openc to my application)
Will be thankful for any help - that strabge problems make me crazy![]()




