Changes between Version 8 and Version 9 of DevelopingSymbianAppWithCarbide
- Timestamp:
- Dec 28, 2007 10:24:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopingSymbianAppWithCarbide
v8 v9 1 = Developing PJSIP for Symbian S60 3rd Edition using Carbide C++ =1 = Developing PJSIP for Symbian S60 3rd Edition Device using Carbide C++ = 2 2 3 3 == Introduction == 4 4 5 5 Previously PJSIP did not support Carbide C++ as the development tools for Symbian target, since Carbide did not import PJSIP's MMP files properly. But with the release of Carbide C++ version 1.2, it seems that Carbide is now able to build PJSIP projects properly. And since it seems that Nokia strongly suggests to use Carbide for the development tools instead of !CodeWarrior, it may worth to write some small documentation to help you get started with developing PJSIP applications on Symbian using this tool. 6 7 This document covers the following topics: 8 - importing PJSIP MMP files into Carbide 9 - building PJSIP 10 - creating .SIS file to be deployed on the device 11 - debugging PJSIP on the device 6 12 7 13 ---- … … 86 92 On the '''Problems''' pane (bottom center of the main window) you can see there is one ''Warning'' about duplicate path, but we can ignore this for now. 87 93 94 The projects should now be ready to be build. 95 88 96 ---- 89 97 … … 102 110 [[Image(build_problems.JPG)]] 103 111 112 We are now ready to build the .SIS file to be deployed to the phone. 113