Changes between Version 2 and Version 3 of DevelopingSymbianAppWithCarbide
- Timestamp:
- Dec 28, 2007 9:34:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopingSymbianAppWithCarbide
v2 v3 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 ---- 6 8 7 9 == Requirements == … … 14 16 - Nokia S60 3rd Edition device (I use Nokia E70, but any S60 3rd Edition device should do, I think) 15 17 - Nokia data cable for on-device debugging (you can also use Bluetooth connection, but this tutorial will not cover it) 18 19 ---- 16 20 17 21 == Installations == … … 32 36 }}} 33 37 38 ---- 34 39 35 40 == Setting up PJSIP Carbide Project == … … 37 42 === Run Carbide === 38 43 39 Run Carbide C++. When it ask edthe workspace location, just accept the default value and press OK button:44 Run Carbide C++. When it asks the workspace location, just accept the default value and press OK button: 40 45 46 [[Image(carbide-workspace.JPG)]] 47 48 You will now be presented with Carbide Welcome page. 49 50 === Import PJSIP Projects === 51 52 Now we need to import PJSIP's project files (the MMP files) into Carbide's workspace. 53 54