
Originally Posted by
ltomuta
Nokia 6210 is a S60 3rd Edition FP2 device while N95 is a S60 3rd Edition FP1.
As the platform does not provide forward compatibility you should not expect that an application built for S60 3rd Edition FP2 would work on a FP1 device, especially when you know that the feature you intend to use is not in fact available on the device.
Build your application with the S60 3rd Edition FP1, remove the unsupported features, and you will see your application working on N95 too.
Alternatively, move your platform specific code in a DLL and load it dynamically only on the platform that supports it.