Finally I increased the min heap size and the stack size on the mmp. My application is running properly again:
EPOCHEAPSIZE 500000 10000000
EPOCSTACKSIZE 0x8000
Type: Posts; User: svieira; Keyword(s):
Finally I increased the min heap size and the stack size on the mmp. My application is running properly again:
EPOCHEAPSIZE 500000 10000000
EPOCSTACKSIZE 0x8000
Finally I increased the min heap size and the stack size on the mmp. My application is running properly again:
EPOCHEAPSIZE 500000 10000000
EPOCSTACKSIZE 0x8000
Does this work for a device? On the emulator it is fine, but one I run it on the target, it ignores it and the application exits.
Does this work for a device? On the emulator it is fine, but one I run it on the target, it crashes.
I found the "solution" to the problem: Compiling with the beta of the SDK allows me to run the application on the device.
This is, however, a temporal solution. I would like to use the official...
Hello,
I have an application that I recently ported to S60, 3rd edtion. Right now I am at a point where all the UIDs are correct and I can sign it and install on the device.
The problem comes...
I am trying to use the realview developer suite to compile my software. For that I need to use Codewarrior 3.0. and the linker V2 (on target settings for armi). The compiler is ARM/Thumb C/C++...
Thanks for the hint. I removed the chain of emails and posted the most important bits. The suport I got from Metrowerks was great and very fast. However it did not solve all my problems.
Is there...
Of course there is a quick solution.
Release a dll with the symbolics in it. Probably euser.dll.
I actually had this problem. I want to share the posts I had with the support team of...
Does somebody know how to debug memory leaks with metrowerks codewarrior? I upgraded to codewarrior 3.0 and I cannot set memory watchpoints anymore. They seem to work just only once...
Could Nokia pls comment on this?
Hi
Nokia 3230 is a S60 Symbian 8 device. So, it should be possible to have the Java file connection API as the Nokia 6630 has. However, documentation says that its not supported.
Could someone...
Hi I have solved this problem now.
The solution is NOT to give the name for the midlet that is stated in JAD file but to give the first name from the midlet content list. See here this JAD.
...
Hi
I tried to use the code using
TInt error = process.Create(KMidRunROMLocation,cmdLine);
but it didnt work.
I have double checked all my paths with file browser, jar/jad:s are in the same...
Hello
I tried searching those constants from S60 epoc32/include/*.h but could not find them..
Are those valid only for S80 ?