It was the stack size. Thank you very much.
Type: Posts; User: etarip; Keyword(s):
It was the stack size. Thank you very much.
I'm using CAknTextQueryDialog to show an edit dialog, and on the emulator it will start a new line when typed a very long string when the first edit line is full, but it crashes on the phone just at...
The files and dirs in the media dir( ..\Symbian\9.1\S60_3rd_MR\Epoc32\Data\media ) are like this:
iramldrv.bin
lfsldrv.bin
mmccrd0a.bin
mmccrd1a.bin
mmccrd2a.bin
nanddrv.bin...
I just want to access the files in the memory card in the emulator, and the files are placed to the path of the memory card before the emulator starts.
I use fopen in estlib and it returns null.
I have successfully run my app to access my data which were placed in drive C (the path on Windows like "Symbian\9.1\S60_3rd_MR\Epoc32\winscw\c").
But I have problem to access the data in the...
Sorcery, Thank you.
I have compiled my project into SIS(X) file successfully, linking with libc.lib, no estlib.lib.
BTW, I recommend Erik Jacobson's slides on this page to the ones who are...
Lauri, thank you. I'll try it.
Briefly, I got lots of link errors when using GCCE, but the program runs well on WINSCW.
It's a C program I'm porting to S60, and so I use Open C and Open C++ heavilly.
There're so many C...