Started 6 days, 5 hours ago (2009-11-30 03:30:00)
by symbianyucca
Try using IDE like
Carbide C++, it should work easier and be more verbal on problems.
Started 5 days, 20 hours ago (2009-11-30 12:49:00)
by ltomuta
The
SDK only supports RVCT 2.2.*. There might be traces of work in progress for adding support for newer compiler versions but that applies to the internal platform only.
Symbian^3 can be build using RVCT 4 and the compiler is also made available to 3rd party developers under special license (no downgrade option available). Backporting RVCT 4 compiler support to existing SDKs is currently ...
Started 1 week ago (2009-11-28 11:29:00)
by ltomuta
That is a really old SDK, hardly in use anymore. It is thus more likely that you will find an old discussion about it with a search here in these forums rather than finding someone which remembers that particular error.
Try a search and then let us know what you find.
Started 4 days, 23 hours ago (2009-12-01 09:22:00)
by parag_purkar
Are you sure about EPOCROOT ? If it is not set then use "set EPOCROOT = " & set it.
Started 2 months, 3 weeks ago (2009-09-10 15:23:00)
by skumar_rao
AFAIK there is no D_EXC for
3rd edition onwards. you might want to use extended Error method descried in wiki. or Carbide.++ Crash debugger tool.
Started 1 week, 2 days ago (2009-11-26 11:01:00)
by Alex Lee
Started 4 days, 15 hours ago (2009-12-01 17:09:00)
by symbianyucca
you propably could try catching the
out of memory error, just use TRAP, and make sure you don't get into a panic situation by uisng some objects that are not constructed while you run out of memory, and maybe then just show global note to the user..
Started 2 days, 2 hours ago (2009-12-04 06:47:00)
by symbianyucca
You can also use the Fp1 SDK, though then you are missing any
APIs that were introduced with FP2, bur same time you gain by having the option on running the app in FP1 devices as well.
Started 2 days, 20 hours ago (2009-12-03 12:06:00)
by kiran10182
Quote:
Originally Posted by
laa-laa
MOAP devices mentioned by Kiran are not S60.
It could be. But the story about 8.0b and 8.1b was right. ;)
Started 1 day, 6 hours ago (2009-12-05 02:34:00)
by elviin
SOLVED
I have first imported the
HelloWorld project in Carbide but I have fixed the "Program Files" to "Program Files (x86)" after the import. A project clean or removal did not delete the directory in the SDK: c:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\BUILD\Symbian\ 9.2\S60_3rd_FP1_2\Examples\Basics\HelloWorld\
After I have deleted the directory c:\Symbian\9.2\S60_3rd_FP1_2\Epoc32\BUILD\ ...