Hi,
Is there a #define that lets me conditional compile between S60 3rd MR and S60 3rd FP1 at compile time, or at least some API or const I can use to detect it at run time?
Thanks
Hi,
Is there a #define that lets me conditional compile between S60 3rd MR and S60 3rd FP1 at compile time, or at least some API or const I can use to detect it at run time?
Thanks
At compile time use __SERIES60_31__ for the FP1 sdk. Or just check the command line for the build defines.
At runtime, see the platform identification codes document on Forum Nokia which has an example.