Changes between Version 2 and Version 3 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
Dec 28, 2007 9:34:10 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v2 v3  
    44 
    55Previously 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---- 
    68 
    79== Requirements == 
     
    1416 - Nokia S60 3rd Edition device (I use Nokia E70, but any S60 3rd Edition device should do, I think) 
    1517 - Nokia data cable for on-device debugging (you can also use Bluetooth connection, but this tutorial will not cover it) 
     18 
     19---- 
    1620 
    1721== Installations == 
     
    3236}}} 
    3337 
     38---- 
    3439 
    3540== Setting up PJSIP Carbide Project == 
     
    3742=== Run Carbide === 
    3843 
    39 Run Carbide C++. When it asked the workspace location, just accept the default value and press OK button: 
     44Run Carbide C++. When it asks the workspace location, just accept the default value and press OK button: 
    4045 
     46[[Image(carbide-workspace.JPG)]] 
     47 
     48You will now be presented with Carbide Welcome page. 
     49 
     50=== Import PJSIP Projects === 
     51 
     52Now we need to import PJSIP's project files (the MMP files) into Carbide's workspace.  
     53 
     54