Is the UI designer also avilable for s60v2 ?
Is the UI designer also avilable for s60v2 ?
Well carbide.c++ 2.0 does not officially support S60V2, hence the templates might not be available readily without a little hacking(I think!) Carbide 1.2 would support, but its UI designer was available only in the non-free version(during the earlier times). You could always install 1.2 developer/professional edition wherein you get some 21-days(Am not sure how many days it was for each edition) free, unless ofcourse even that version is free now..havent tried lately.
- Neil R.Bhasme -
Twitter: @Symbian_Neil
I would expect that the code generated by UI designer will be able to run on S60 2nd edition (and even on 1st edition) too. However you have to backport the non-compatible parts of the code (create E32Dll, export NewApplication, modify TARGETTYPE and TARGETPATH-s, remove/comment the registration resource, preferably change UID-s, and all other things I have forgotten to list).
Your other threads dealing with similar issues: http://discussion.forum.nokia.com/fo...705#post605705
http://discussion.forum.nokia.com/fo...d.php?t=171585
- Neil R.Bhasme -
Twitter: @Symbian_Neil