No matter what method I use, it can be tested without IDE in GUI application.
I use CppUnit to test Non-GUI program.
I have no interest to debug into the source code of QT, I just want to use it....
Type: Posts; User: soaringhawkzf; Keyword(s):
No matter what method I use, it can be tested without IDE in GUI application.
I use CppUnit to test Non-GUI program.
I have no interest to debug into the source code of QT, I just want to use it....
It go back now!
In QT Document for QDomElement:
QString QDomElement::attribute ( const QString & name, const QString & defValue = QString() ) const
Returns the attribute called name. If the...
I use QDomDocument/QDomElement to read data from UTF-8 formatted data.
And, introduce the node value to the Symbian APIs.
QDomDocument xmlTree;
QDomElement rootNode = xmlTree.documentElement();...
Thanks.
I'm in disorder with asynchronous object these days.
Local symbian API with RSendAs can't be deleted in my program.
I mix them together.
I just need delete QAccessManager object while...
Mentioned above:
QString strContent_utf8; is XML node value, UTF-8 formatted.
Use toAscii(), because I found none works correctly: toUtf8() utf16() unicode() toLocal8Bit().
Use toAscii() and...
Read data from UTF-8 formatted XML file, and want to introduce converted UCS2-formatted parameters into Symbian functions.
I tried many ways with QString, but none meets my need perfectly.
Can...
After using the QNetworkAccessManager, and not deleting the object, the network connection will exist for long time.
Then, what should I do if I have to close the network connection immediately...
The problem is solved.
Run Capability Scanner on Project MMP output nothing.
What I do is regenerating the project file from qmake -project step.
And use self-signed, it works well on device now.
Thanks very much!
But,
emulator -> Tools -> Reference:
Cannot start Ecmt Manager.
I don't know what happened.
What I said explains my mind:
keep developer's mind in developing, not...
I tried the way to run in emulator, it doesn't work.
The epocwind.out's length is 0.
I didn't sign with self-certficate, I use a developer certficate.
The easist way for developing by a fresh...
With CAPABILITY NONE, my program run well in emulator.
But while on device, it doesn't work.
I use QT xml/network(QNetworkAccessManager and QNetworkReply), SMS(RSendAs).
And I add following...
I tried this way before, with removing CActive operations.
But while compling, the complier just throws other errors, mostly for Symbian envs.
Let it be, I'm waiting for the next QT version.
Not give up, just another choice.
Then in plan, first stage on the mobile side, Windows Mobile will implement completely, Symbian implement partly(no international SMS support).
Waiting for Qt...
It works.
Thank you!
In my system, the SMS/MMS service is the only thing I need to use symbian native API.
The others I will use QT or open C/C++.
I just need a working example for this.
These days, I downloaded...
I need SMS service, so I add NetwrokServices capability to .mmp file.
But when I build project, the .mmp file is reset.
The file '*.mmp' has been changed in the file system. Do you want to load...
For some reason, I just not using Carbide++ IDE.
I edit in notepad++, and compile in command line.
What happened is the program just disappear, nothing for hint.
What I need is a simple action to...
Is there anyone send international SMS with Qt for S60 succefully?
International SMS, it means here non-7bit SMS, such as chinese SMS.
First I use RSendAs api, it works with English SMS...
A.A.M.
Thank you!
The problem is not others, just the stand-alone reference for downloading only has C++ reference, no symbian OS API.
I just do what I had done on stand-alone VS Help.
Sorry for not recogonize the C++ Developer's Library 1.4 reference not include symbian OS API.
I'm accustomed to use stand-alone and all-in-one reference, can you tell me where to download?
Now I...
Thanks.
I think it's no need for me.
I code for Windows Mobile at the same time.
I can generate the project files by qmake and modify it by myself.
The most important problem for me is how to...
I installed Active Perl 5.10.0 build 1004 and the latest JRE.
Must I use the refered versions?
The refered JRE version is 1.4.2 for SDK FP1, but QT for S60 must use JRE > 1.6, what should I do?
The version I use: carbid C++ 2.0, C++ Developer's Library 1.4 (eclipse version).
Now when I search CnvUtfConverter or ConvertToUnicodeFromUtf8, I can find nothing.
Can someone help me for the...
I just can't find where is the string data type reference.
So painfully to USE carbide c++ and relative SDK help.
First, I can't use a default layout for simple developing. When I double click...
Thanks.
I'll try more times.
I'm accustomed to use Microsoft Visual 2003/2005, and sometimes use Code::Blocks under *nix platform, the default layout is just fit me.
It's not difficult to...