Hi Forum,
though its working by changing Xmx1024 (carbide.c++ v2.0)its certainly not an memory issue.
Because,
(1) in my system memory is sufficient and carbide was working with same memory...
Type: Posts; User: netra; Keyword(s):
Hi Forum,
though its working by changing Xmx1024 (carbide.c++ v2.0)its certainly not an memory issue.
Because,
(1) in my system memory is sufficient and carbide was working with same memory...
In VS also you get this error.
If any one still viewing this thread...
I solved the problem as mentioned here.But the question is while importing some project from that workpace to there only(same location) works for a projcet...
HI,
from
forum nokia link:
http://wiki.forum.nokia.com/index.php/MMP_file
I came to know that we can
use SRART bitmap
statement to careate mbm file in 3rd edition .Can we realy do that...
Does't it works if we uncheck the "use http proxy" box in emulator preferences?
Hi Murli,
Will you plase explain the solution a bit more I am unable to cath that.
Thanx,NM
Hi,
its well explained in the help document associated with the ide.
If you have not this IDE, u can get a free edition(Express) from this side.
Its just like Visual Studio.The project template...
hi skumar,
thanks for ur reply.but can you suggest me how can i get the new license...and i can able to start my application in codewarrior IDE.
I am new to symbian.I installed all the sdk and tools require for symbian.But while i am opening the codewarrior IDE it's showing the error
"The codewarrior IDE is licensed and valid license key...
Hi,
There are some questions regarding dll and library .
I know,static library files are linked statically by linker at start up.On the other hand dll was used to link the required...
Thanks for correcting me Wizard_hu and Itomuta.
I am trying to do what Itomuta has suggested.
Thanks and regards,
N
Hi Itomuta..that will be helpful to many developers !
Thanks,
Hi,
When we create a new symbian project in CodeWarrior we find only option for creating a new project under S60 heading .i.e app as contrary to Carbide.c++ or visual studio where we find...
But it produced panic Phonebook ALLOC: 1efa26f40
while saving contact in 240 x 320 mode.
Lets see if a fresh installation works for me or notas it worked here.
If you want to play a audio stream you can do that using CMdaAudioOutputStream Api.
You can find some more needful information from this thread.
Sorry for a stupid mistake ..I have defined it as AppUI.but now I m getting
error: illegal use of incomplete struct/union/class 'CAknViewAppUi'
What may be the reason ?
Thanks..
I am sorry for such a silly post which was caused in hurry..
Pls ignore it!
Hi Ivey,
When I implemented the code
CMyView* view = (CMyView*)appUi->View(KMyViewId);
I got the error appUI is a undefined identifier.
Where and how should I define it?
Regards,
PLS, IGNORE THIS POST --NN
Hi,
To get the poniter frow view I read the following tips from here
Now will you pls clear me what the following line means
Note: You must implement the...
Using the debugger improperly - was the problem. I was just stepping over the function codes.I had to move to the next breakpoint there.
Thanks for replies..
While debugging my application
I code is bareking while moving out of MHFRunL() functions.
Here si the code:
// HTTP header values
_LIT8(KUserAgent, "HTTPExample (1.0)"); // Name of this...
Thanks For your replies.
I gone through that article and checked all points there.
The IDs are well set.
Adding proper library and dll.
When it comes to finding .rsc files, though I found...
Hi,
While I am getting a "System Error " message while running an aplication.
In the application a GetRequestL(KDefaultUri) method was called before getting the msg.
To chk the emulator's...
Hi,
If we allocate memory on heap and the pointer to it is an automatic variable then it should be pushed to the cleanupstack.That is what I am doing in the following code but its giving error:
...
Hi,
I hv a class like this
XMLData()
{
public:
~CXMLData();
static CXMLData* NewL();
static CXMLData* NewLC();