I am trying to make a traditional version for it
Type: Posts; User: MrRubberBand; Keyword(s):
I am trying to make a traditional version for it
I tried typing that in but:
i am using MADDE, is this the correct approach? I think the guide is written for linux, is there one for windows?
Hi,
I have taken the source code here http://maemo.org/packages/view/mscim-googlepinyin/ and changed the dictionary data file. Now i want to make a debian file so i can install this program on my...
Well, I use it for debugging and to test if it runs before trying it on my device but I guess you are right, I should really test it on my device when it compiles. Thanks for the advice
Hi,
I've been using this
QFile file( "test.txt" );
file.open(QIODevice::ReadWrite | QIODevice::Text);
QTextStream out(&file);
to save and read data for my program. It works on my...
When I use the debug mode simulator, it crashes whenever I close the simulator. Does this happen because of the missing libraries or is it my code? Also can you guide me through how to recompile the...
I have formatted my computer and reinstalled the qt sdk and now I get the a problem described in my other thread:
...
Hey,
When I run my program in the release simulator the compiler produces the following:
Error loading "qtopiamailfilemanagerd.dll" with errorString() "The plugin...
Hi,
When I simulate my program, I get the following under build issues:
Incompatible version for table: "mailfolders" - existing 106 != 105
Incompatible version for table: "mailmessages" -...
The hello world program runs, so what could the problem possibly be? This program runs on my n900. I exported with the smart installer too so shouldn't all the required libraries be included?
Hey,
I ported my program originally for my n900 to symbian 3rd edition. After installation on a n85, it cannot start the program, it does not produce any error message or anything, it just doesn't...
Do you know how I can fix all the auto detected QTs? All of them cannot find their qmakes.
http://i54.tinypic.com/mm9yzm.jpg
If these are the ones from the remote compiler, then how do I...
I want to release my project to s60 3rd edition but I cant seem to figure out how. I only have the option to release it to symbian^1 and symbian^3.
Hi,
I have tried almost every guide i can find online to install the s60 3rd edition sdk on my qt creator. I have tried just installing the basic nokia qt sdk and then even installing it...
Thanks Itomuta,
I didn't know that was called the header, anyways its fixed now Thank you
Hi, I can't seem to find out how this "1" appeared in the attached screenshot:
http://img69.imageshack.us/img69/6333/unled2hf.png
Can anyone point me in the right direction?
The code can be...
Thanks divanov and danhicksbyron
Gosh, how did I miss that, I guess i thought sms a=new sms(); was actually my declaration line a=new sms(); but anyway my program finally works now THANKS =P
So, am I suppose to use a struct instead of putting sms a in gui.h? I am still quit unsure why my original approach doesn't work. Why does
a->setText("61386"); work in the gui constructor but when...
Hey skumar_rao,
Heres a screenshot:
DELETED
At first I was really stuck on the problem until I figured out that the -> in a->setText(address) was not present but instead a .
No wonder after...
Hey Everyone, I'm a 2nd year computer science major so please be easy on me :) This is my first program, I'm really close to completion but for some reason it just wouldn't work out.
Heres the...