sometimes it happens when compiling to wrong platform, i.e. you can not compile mobile projects aiming it to desktop. You have to aim to device or simulator because of different paths to include....
Type: Posts; User: akrynski; Keyword(s):
sometimes it happens when compiling to wrong platform, i.e. you can not compile mobile projects aiming it to desktop. You have to aim to device or simulator because of different paths to include....
Indeed :D Thanks for your notice :D
Wow! And thanks to you I have found my mistake in program code :D
Silly I have commented ReadUserData in symbian:TARGET.CAPABILITY section.
THANK...
Since when? I don't think so.
I use my uid: 0x20045318 registered for restricted area
symbian {
TARGET.UID3 = 0x20045318
DEPLOYMENT.installer_header=0x2002CCCF
VERSION = 0.2
vendorinfo = \
...
I aim my code on Nokia N8-00 and other ( ^3 ) ,so it should work, but is does not. As I know self-signing is not allowed when using capability from restricted area. So I have to look for support...
OK, thanks, I understand now. I am an individual so I don't have to verify account. And UID is not the same as PublisherID:o
By the way. How to sign my own apps that uses restricted area as...
I thought so... But... OK, I understand - PublisherId is not the same as UID. Stupid mistake. So if i'm an individual i don't have to verify accountto t, right?
By the way. I have UID for restricted...
Hi there,
please take a look:
DIR
Katalog: C:\Users\Właściciel\Downloads\symbian\SymbianSigned
28-06-2011 09:47 <DIR> .
28-06-2011 09:47 <DIR> ..
28-06-2011 ...
let us see some piece of code
If your classes doesn't have any shape and you uses only pure methods, properties etc. the answer is not. In addition your class shoud inherit from QObject. In other case, if your class have shape it...
ok, but i think this undefined value can be essential to find what happens. let us ask a question - why it is undefined?
if your type es really registered it can be instanced in any way and here...
I got this error whenever I tried assign something by object and not by object's id.
I.e. I have
MyComponent{ id: mySomething //with many non visible properties} and I tried to use it like in...
PROBLEM SOLVED by myself.
I hate replying to myself but someone can find it helpfull ;)
So I found my foult - wrong location of QTM_USE_NAMESPACE clausule.
But I still get undefined values from my component, perhaps from...
Ok, I have changed all file names to beginn with capitals, my library name too but nothing is changed. I have the same errors.
I think the purpose of errors is that my component is being made...
ad.1 - :) I change it tomorrow and try again
ad.2 - no. it is included
Hi everyone!
I have just writen my own class in c++ and added it as a type to use with QML - just like in example in topic.
All seems to be ok except nothing is working:confused:
I get an error:...