Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor dr.nokia's Avatar
    Join Date
    Feb 2010
    Posts
    68
    Dear experts ,

    Im developing my own application now can my application have python code and c++ together ?

  2. #2
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,414
    What kind of an app are you writing? What parts do you think you want or need to do in Python and what in C++?

    You can write C++ DLLs that can be used from Python apps as libraries/extensions to Python, or you can write a separate C++ server/service app that the Python app calls (they can communicate via local socket calls or file I/O, at least).

    It'll be much harder to write a C++ app that calls some Python routines. I.e., you can't really easily write an app where you mix objects/functions written in Python and C++.

    Note also, that if you want to sell/distribute your app via Nokia's Ovi Store, as far as I remember, it doesn't support Python apps.

Similar Threads

  1. can we pack application for v2 and for v3 in one SIS?
    By xuelanding in forum Symbian Tools & SDKs
    Replies: 3
    Last Post: 2009-09-08, 04:18
  2. Replies: 3
    Last Post: 2007-03-13, 21:13
  3. Replies: 1
    Last Post: 2007-02-06, 14:02

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