tags:

views:

139

answers:

2

After installing the S60 3rd Edition FP1 Platform SDK, with the Carbide C++ IDE,

you can build programs for phones that support:

  • 3rdE-FP1

but can you also target phones that support the following?

  • 3rdE
  • 2ndE-FP3
  • 2ndE-FP2
  • 2ndE-FP1
  • 2ndE
  • 1stE
+1  A: 

You can build 3rdE but for older phones you must install SDKs for 1st and 2nd. If your applications are not using any fancy FP3 settings then having one 2nd SDK is enough.

Riho
A: 

I would have thought that so long as you only use APIs that are available in the oldest version then due to Symbian's binary compatibility any newer SDK should be able to build for an older release.

Dynite
Binary compatibiluty was broken in 3rd edition
Riho
What was broken?
Dynite
3rd edition programs don't run on 1st and 2nd edition phones and opposite
Riho