Results 1 to 7 of 7

Thread: Nokia Open C++ Download

  1. #1
    Join Date
    Oct 2010
    Posts
    10
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Nokia Open C++ Download

    The "Nokia Open C++ plugin download" link is not valid anymore.
    Does anybody know an alternative link ?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Nokia Open C++ Download

    Why do you need it? Isn't Nokia Qt SDK 1.0 good enough? (http://www.forum.nokia.com/info/sw.n...ia_Qt_SDK.html)

  3. #3
    Join Date
    Oct 2010
    Posts
    10
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: Nokia Open C++ Download

    Honestly, I don't know yet.

    Can't get my simple app working on my E72, it "works" perfectly with the emulator though.

    My ""app is merely a mainform with a pushbutton !






    I learned that a proper Symbian development environment consists of Carbide, PERL, S60 SDK, Open C++ etc.

    I try to set up this configuration.

    As I understand it: QT 4.7 is not enough. At least not for good old fashioned Symbian devices.

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Nokia Open C++ Download

    Ok, I do not have any experiences with E72, but when I remember right they also have released a Nokia SDK with all inside (Java, Qt, Open C++...) Have a look for that.

  5. The following user says thank you to Lykurg for this useful post:

    Granty (18th October 2010)

  6. #5
    Join Date
    Sep 2010
    Location
    Ontario Canada
    Posts
    23
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Maemo/MeeGo

    Default Re: Nokia Open C++ Download

    Lykurg is correct, Qt SDK has open c and perl built in, its all you need for basic Symbian development.
    Perl and open c need to be added separately if you are using Carbide.c++ for development.
    What is the error you are getting on the device?
    What does your pro file look like?

    If you decide to use Carbide you can find the latest version of open c HERE

    Here is where to get the Qt SDK 1.01 HERE
    Cheers,
    Jon

  7. #6
    Join Date
    Oct 2010
    Posts
    10
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: Nokia Open C++ Download

    This is the pro:


    Project created by QtCreator 2010-09-30T16:58:22
    #
    #-------------------------------------------------

    QT += core gui
    QT += sql

    TARGET = HalloWelt
    TEMPLATE = app


    SOURCES += main.cpp\
    mainwindow.cpp

    HEADERS += mainwindow.h \
    connection.h \
    LoadTextFile.h \
    softkeys.h

    FORMS += mainwindow.ui

    CONFIG += mobility
    MOBILITY =


    symbian {
    TARGET.UID3 = 0xe2c02847
    # TARGET.CAPABILITY +=
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    }

    The error message on the device says:

    "Function is not supported" if ui->pushButton->setText("PushButton")

    If I deploy with a "labeled" pushButton the application terminates immediatley after it has started.

    But Jon, didn't you point out in my other thread that Qt 4.7 is not suited for Symbian develoment ?

    Greetings
    Michael

  8. #7
    Join Date
    Sep 2010
    Location
    Ontario Canada
    Posts
    23
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Maemo/MeeGo

    Default Re: Nokia Open C++ Download

    Hi Michael,

    But Jon, didn't you point out in my other thread that Qt 4.7 is not suited for Symbian develoment ?
    Yes, sorry about that, I didn't realize you were the same person, nor did I notice in this thread that you were using 4.7.
    Download the Qt SDK from the link above and you will be off to the races!
    Cheers,
    Jon

Similar Threads

  1. Not able to open Qt Mobility applications on Nokia N97 Device!
    By rajeevsahu in forum Installation and Deployment
    Replies: 0
    Last Post: 16th July 2010, 06:50
  2. Open positions@Nokia Maemo Devices
    By Kristiina in forum Jobs
    Replies: 0
    Last Post: 10th March 2010, 09:09
  3. How to open download link with WebKit
    By myrky in forum Newbie
    Replies: 1
    Last Post: 9th July 2009, 07:11
  4. Download Manager Like IDM(Internet Download Manager)
    By sathiskumarmsk in forum Qt Programming
    Replies: 1
    Last Post: 27th July 2008, 15:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.