hi,
my application is running fine on 3rd_fp1but on other platforms (fp2,mr, or 5th) requires changes for some APIs,
my question is how to know the platform to write the appropriate code
e.g,
thanksCode:if 3rd_fp1 do x; else if 3rd_fp2 do y; ....
hi,
my application is running fine on 3rd_fp1but on other platforms (fp2,mr, or 5th) requires changes for some APIs,
my question is how to know the platform to write the appropriate code
e.g,
thanksCode:if 3rd_fp1 do x; else if 3rd_fp2 do y; ....
You can find platform macros in epoc32\tools\e32plat.pm
For example in case of S60 3rd FP1Originally Posted by e32plat.pm
This may be helpful for you --
http://wiki.forum.nokia.com/index.ph...on_at_run_time