Discussion Board

Results 1 to 8 of 8
  1. #1
    Regular Contributor arungupta_2jan's Avatar
    Join Date
    Nov 2007
    Posts
    254
    hi all,
    i wish to know the difference between QT and Symbian C++.

    regards
    Arun Gupta

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Symbian C++ is the native progarmming language (a C++ variant) that is used to develop native applications which call directly into Symbian/S60 libraries.

    Qt is an UI framework which adds an abstraction layer between the OS and the application, making possible that the same application code will works on all the OS' it supports (Linux, Windows, OSx and Symbian). Qt applications are written using the C++ language, with some extension as well.

  3. #3
    Regular Contributor arungupta_2jan's Avatar
    Join Date
    Nov 2007
    Posts
    254
    Does that means that we can access the Symbian s60 library?
    regards
    Arun Gupta

  4. #4
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Yes, when needed you can access native APIs. See the Mobile Extension as an example of Qt wrappers created on top of Symbian APIs. The Mobility APIs project will add official Qt support for many of the same APIs but, should you need somethign more, or something else or should you want to link to your own Symbian/S60 engine DLLs you can certainly do that.

  5. #5
    Registered User wlm_justek's Avatar
    Join Date
    May 2007
    Posts
    13
    Can we use Qt in Symbian C++ projects ?

  6. #6
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    You can intermix Symbian C++ and Qt code when it makes sense to do so. For example you may have a Qt based GUI for a Symbian C++ engine if the features you want to access are Symbian specific and cannot be reached through Qt APIs.

  7. #7
    Registered User Natural_Demon's Avatar
    Join Date
    Nov 2009
    Posts
    3
    how to compile Symbian C++?
    what you need?
    i have a N73

  8. #8
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    See this wiki article, it will get you started: http://tinyurl.com/StartSymbian
    If you have more questions, see the "I want to" section of the web site, from the tabs above.

Similar Threads

  1. Qt for Symbian development resources
    By liuxg in forum [Archived] Qt General ( Qt技术)
    Replies: 55
    Last Post: 2011-01-26, 04:06

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