try it,
TBuf<100> labelText;
labelText.Copy(_L("Test"));
CAknSettingItem* settingItem = (*this->SettingItemArray())[0];
TPtrC text = settingItem->SettingName();
TText* dataPtr =...
Type: Posts; User: Nitesh Bhardwaj; Keyword(s):
try it,
TBuf<100> labelText;
labelText.Copy(_L("Test"));
CAknSettingItem* settingItem = (*this->SettingItemArray())[0];
TPtrC text = settingItem->SettingName();
TText* dataPtr =...
to use an api, you need a .lib, .h and if required then .dso.and i assume you would be very familiar to use an api.
AFAIK, its possible, but the API(ETELMM) is not public.
so only question is that where you are putting this line of code,
TETelApiCmd iTelApiCmd
whether its inside the class declaration or outside the class.
what you mean by "symbian some applicationc software source code"?
if you are looking for some example , so that you can understand that how to develop symbain application.
if you have SDK, you can...
may be his/her intention is that its using third party developed MIDI engine(I think its Beatnik), coz some time back I was searching the implementation in PDK, it was not there,even the required dll...
Many Congratulations to Lucian
:)
its a great work
As i know, for using Hw decoder , you should have a interface UID of it.
you need to define it in CChatInet.h file like,
void StartL();
already told it should be
GLDEF_C TInt E32Main()
in Chat.cpp.
what errors you are getting?
did you defined it in .h file?
if you mean entry point, then its
GLDEF_C TInt E32Main()
try with it,
QImage image("/path/to/image");
QImage thumbnail = image.scaled(80, 80, Qt::KeepAspectRatio, Qt::FastTransformation);
the last comment was added to is,
"Bumping to 4.7.3 after discussion with Eero."
if I am not wrong you are downloading HTTP data by using QNetworkAccessManager and along with you are using QsslSocket .
if it is so, then may be its a bug somewhere I read it on ...
its actually depend upon your application requirement, and I don't think so its very vast change or removal of API.try to build it on Symbian^3, then see what is missing.
but its not a good idea, if its so then what is the need of separate Symbian^3 SDK.
yes you can port it on required Platform, you just need to do some changes in your application according to SDKs.
no you cant do that, you have to build it on Symbian^3 SDk and make a .sis file...
yes you can get it on N8, bcoz it was introduced for Symbian^3, you have to do like this,
> To enable receiving the advanced pointer events for a window, a new function called...
just check the path of that .h file, may be its path is different from 5th edition.
so give that path in .mmp file.
very less efforts are required to do that , just build it on symbian 3, some include path has to be change in .mmp files.
then you should developed it on Symbian 3/Nokia Qt SDK. N8 is not 5th edition devices.
rather than defining like this,
#include "subfolder1/include1.h"
you can define all the include paths in .mmp file.like,
USERINCLUDE ..\inc
USERINCLUDE ..\inc\subfolder1
USERINCLUDE ...
here also you can find the step by step instruction,
http://wiki.forum.nokia.com/index.php/Publisher_ID_%28Symbian_Signed%29
free all the resources/memory after their use.may be your application is allocating some memory but not de allocating.so free them.
look on this ,
http://wiki.forum.nokia.com/index.php/Developer_certificate
just type this keyword in SDK help's search box "Resource file", you will find.