PAMP:S60 SDK
From OpenSource
[edit] Download
Download from Forum Nokia. We use the 3rd Edition, MR version and suggest you do the same.
[edit] Fix
- Open epoc32/tools/cl_arm.pm
- Find the function SelectLangOptions.
- Add .cc extension support, so that files with that extension will be compiled as C++:
if ($Ext=~/^.cc$/) {
return "--cpp $preinclude ";
}
