Hi,
I found out a another problem in the code example. The variable aResult is not declared. If you don't mind, if you have a very simple example program which can display image, kindly share it...
Type: Posts; User: romcab; Keyword(s):
Hi,
I found out a another problem in the code example. The variable aResult is not declared. If you don't mind, if you have a very simple example program which can display image, kindly share it...
Hi.
Thank you sir. I get your point and I tried to implement it. But I discover another problem upon creating instance of CImage_Reader class. I understand virtual functions but I'm surprised with...
Thanks for your explanation about .mbm files. Right now I try using the code which I got from wiki http://wiki.forum.nokia.com/index.php/How_to_read_images_to_Symbian_bitmap
and I just added a...
I checked that example but for me since i'm a newbie it's quite complicated. Can you give me a very basic example on how to display an image to the screen either through CImageDecoder or CFbsBitmap?...
Hi,
I try saving my image in my drive C and try to call it using
iBitmap->Load(KFileName, ?); I don't know what will i put here. Based on my understanding, this is the index in .mbm file. Please...
Sorry about that...I think it's because of my class. I should change it to 2 phase construction. Aside from that method Load need a reference for the bmp and I just put there a constant number. This...
I changed my code and was able to run it. When the program load, the following error occur.
1) SystemError(-1)
2) MyImage
Alloc:3124cd680
what is this error?
Here is my new code:
...
Hi,
You're right. I included it on the CMyImageAppView.h and I thought I fix that error. When I compiled it, 100 errors detected about cntfield.h. Do I need to include it to fix the errors?
I already included fbs.h and fbscli.lib to my MyImageAppView.cpp file but still iBitmap is still undefined identifier. What do you think is the problem?
Hi,
Thank you. I'm receiving error undefined identifier and I don't know why. I put my code below, kindly browse it and tell me what is the problem. The iBitmap in Draw and ConstrucL is undefined....
Hi guys,
I'm trying to load a bitmap in my sample application and I have question that I cannot answer.
Where will I save the bitmap image?
- I'm reading the book Wiley S60 Programming and...
yes..I'm currently looking at the example program included in the sdk. by the way, is it possible to send and receive messages in a specific port?
Hi guys,
I think my question is pretty easy but I'm very new with symbian C++. I would like to ask your help about sending and receiving sms message. Pls send me links of API's and example...
Hi,
Thanks for answering my questions. I think I really need a lot of practice right now since I just started last month. I hope you can give me an idea/or some exercises which I can work on because...
Hi,
I want to be a good symbian developer and part of my plan is to take certification. I want to ask everyone who tried taking the exam about how they prepare, books they used or site which gives...
Hi...I downloaded the program and installed but I cannot see the examples you are saying. I run the setup and installed but I cannot see those example programs..
Okay...Thanks for this...I will try again creating programs. Hope you can still answer my questions...
Hi,
Actually I can create my own class similar to that example but the my problem is where I will call this class? Remember that there are 5 .cpp files already available when creating a new...
Hi guys,
I found an example program about Forms but I don't know how can I incorporate it with a new project since there are 5 .cpp programs. Where .cpp file will I call the form class. Hope you...
Hello,
I'm new to Symbian C++ and I'm currently reading documents about User Interface. I just want to ask what is the difference between creating UI(forms,queries,editors, etc) using Resource...
Hi,
I already included the headers and library but still same error I got. What else can I do?
/* my .rss file */
// INCLUDES
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>...
Hi,
I included the file below and I got an error which says "RCOMP failed - deleting output files" and a warning with my rss file. "cannot convert EKeepDocument" to a number.
eikedwin.h...
Hello,
I'm trying to create a simple plain text editor and I encountered an error that I cannot solved. The error is : "Illegal use of incomplete struct/union/class 'TResourceReader". I'm...
Hi,
Sorry, but I'm having a hard time implementing this one. I'm just a newbie in Symbian C++ so I'm asking if you have a very basic example about plain text editor.
Hi
Thanks for this one. I will try to implement it. Hope I can execute it.