Changes between Version 8 and Version 9 of DevelopingSymbianAppWithCarbide


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

--

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++ = 
    22 
    33== Introduction == 
    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 
     7This 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 
    612 
    713---- 
     
    8692On 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. 
    8793 
     94The projects should now be ready to be build. 
     95 
    8896---- 
    8997 
     
    102110[[Image(build_problems.JPG)]] 
    103111 
     112We are now ready to build the .SIS file to be deployed to the phone. 
     113