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.
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.
Granty (18th October 2010)
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
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
Hi Michael,
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.But Jon, didn't you point out in my other thread that Qt 4.7 is not suited for Symbian develoment ?
Download the Qt SDK from the link above and you will be off to the races!
Cheers,
Jon
Bookmarks