As mentioned in another thread http://discussion.forum.nokia.com/fo...play.php?f=232 were i am facing problem with using Mobility APIs on Qt. Just noticed that it is happening with all APIs so i started suspecting that the console Main Entry has some thing to do so here is how i am trying
i am stuck here . can any body, any expert help me removing these errorsCode:#include <QtCore> #include <QCoreApplication> #include "msgmonitor.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); CMobility mobility; // CMobility is derived from QObject and construct it initializes mobility apis mobility.Start(); // here actually it calls the actual mobility actions like sending SMS // where it fails with KERN-EXEC : 3 return a.exec(); }




