Now the message is changed to "Feature Not Supported"
What Can I do???
Type: Posts; User: punty1984; Keyword(s):
Now the message is changed to "Feature Not Supported"
What Can I do???
What About the UID of DLL? Is there a valid range of UID that I must use with DLL?
Thanks
yes! In my project I use a DLL and it has the same capability of my application.
the problem is in UID of my dll (i think)
How must be to work correctly?
There are any protectd range for...
Hi,
I have this problem with s60 3rd. I've signed my .sis and installed it to the phone successfully but when I try to start the application, only this "Menu: Unable to execute file for security...
Hello,
I have write a program with Rsocket and ActiveObject.
The program is very simple.
But I don't know why after I call iSocket.Write(...,iStatus).
the write operation return with iStatus =...
The problem is the same also if I do something like that:
void CRPCCall::addStringParam(RBuf8& aValue)
{
RPointerArray <CXmlParameter> iParameters;
CStringParam* stringParam =...
This is the Code:
RPCCall.h
class CXmlParameter;
class CRPCCall : public CBase
{
public:
Hello!
I have some problem with RPointerArray.
When i Call ResetAndDestroy() i get a USER 42 Panic.
I see that the problem is when i call a delete on the object.
I also try to cancel the object...
ok!
I understand! thank you very much!!!!
Hello, I'm trying to build an XML handler based on the example in Forum Nokia wiki.
I have one question.
There is a size limit for text node?
If text node is longer than read buffer the parser can...
Hi Everybody,
I'm a student.I'm attending new media engineering class at Turin
Polytechnic (aka Poli).
Right now I'm working on my master degree thesis.
I'm developing an application for S60 and...
Hi Everybody,
I'm a student.I'm attending new media engineering class at Turin
Polytechnic (aka Poli).
Right now I'm working on my master degree thesis.
I'm developing an application for S60 and...
thanks...as you have just suggested, I've tried to put some breakpoint!
My application start by opening a file in file manager.
I discover that my application is created and also the document, but...
Hello,
I have a little problem with my new application.
I don't know why, I receive a kern exec 3 error when my application start at EikStart::RunApplication( NewApplication ) (as I see in debug)...
In order to semplify my application I decide to remove the launcher.
Doing this I've removed system error -1003 but I have another question.
This is the problem: when my handler application is...
ok!I Try to make a gui-less launcher
Thanks a lot
Hello,
This is my first post...
I'm trying to make an application based on recognizer,launcher,my app.
I have some problem inside the launcher application.
when a file is recognized the launcher...