Can it happen that you already have a HelloWorld application on your device? In that case uninstall it first.
Can it happen that you already have a HelloWorld application on your device? In that case uninstall it first.
ok, then I would consider just debugging and seeing what file is the one that is giving the problem. Thus just comment out line with ; and try installing untill you find out which line(s) are the ones that will prevent the installation of the application.
thanks for your reply, but I think I should start again from basic.
Please guide me !
hi vineet,
non of the .sisx file I developed installed in my Nokia E90.
I thing, I am doing something wrong, please guide me from start.
Hi Neil,
I didn't add any code behind it. I just create Symbian OS C++ project -> GUI Application with UI designer -> Container project -> and changed Container Title to "Hello World"
that' it....
I mean the advise above by symbianyukka
ok, then I would consider just debugging and seeing what file is the one that is giving the problem. Thus just comment out line with ; and try installing untill you find out which line(s) are the ones that will prevent the installation of the application.
- Neil R.Bhasme -
Twitter: @Symbian_Neil
my problem is solved, finally sis is installed after some trial and error method.
Thanks all of you.
hi sir,
I am trying to fetch call logs. I am using centralrepository.h and LogsInternalCRKeys.h but while executing error raised :
1) 1295869897612 undefined reference to `CRepository::Get(unsigned long, int&)' LogCallTest line 0 C/C++ Problem
2) 1295869897611 undefined reference to `CRepository::NewLC(TUid)' LogCallTest line 0 C/C++ Problem
Then try checking the API docs for the CRepository and add the libraries to the mmp file. Anyway, you might want to consider opening new threads for unrelated questions.
Also I suggest that you search this discussion board and see if the same problem has been encountered before posting
- Neil R.Bhasme -
Twitter: @Symbian_Neil