Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User codestain's Avatar
    Join Date
    Feb 2010
    Posts
    30
    Greetings,

    I'm new to the hole Qt project, so apparently I'm stuck somewhere

    I'm trying to make an app involving SMS sending - receiving. I tried to use QSMSSender/QSMSReader/QSMSMessage classes including the appropriate headers:

    #include <QSMSSender>
    #include <QSMSReader>
    #include <QSMSMessage>

    Running it I get

    QSMSSender: No such file or directory
    QSMSReader: No such file or directory
    QSMSMessage: No such file or directory

    Do I have to do somethig else.. include something etc?

    Please let me know..
    Thanks

  2. #2
    Nokia Developer Moderator divanov's Avatar
    Join Date
    Oct 2009
    Posts
    4,326
    Quote Originally Posted by codestain View Post
    Greetings,

    I'm new to the hole Qt project, so apparently I'm stuck somewhere

    I'm trying to make an app involving SMS sending - receiving. I tried to use QSMSSender/QSMSReader/QSMSMessage classes including the appropriate headers:

    #include <QSMSSender>
    #include <QSMSReader>
    #include <QSMSMessage>

    Running it I get

    QSMSSender: No such file or directory
    QSMSReader: No such file or directory
    QSMSMessage: No such file or directory

    Do I have to do somethig else.. include something etc?

    Please let me know..
    Thanks
    This is part of Qt Extended API, which is not part of Qt and actually was discontinued.
    http://qt.nokia.com/doc/qtextended4.4/qsmssender.html
    If you want to do something with SMS, then you should use Qt Mobility API:
    http://qt.nokia.com/developer/new-qt-apis

  3. #3
    Registered User codestain's Avatar
    Join Date
    Feb 2010
    Posts
    30
    Thanks, i'll check it out

Similar Threads

  1. Replies: 0
    Last Post: 2004-10-19, 09:53
  2. Replies: 1
    Last Post: 2002-07-22, 11:08
  3. Replies: 0
    Last Post: 2002-06-03, 03:13
  4. Replies: 0
    Last Post: 2002-06-03, 03:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved