Changes between Version 3 and Version 4 of DevelopingSymbianAppWithCarbide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v3 v4  
    3838---- 
    3939 
    40 == Setting up PJSIP Carbide Project == 
     40== Importing PJSIP Projects == 
    4141 
    42 === Run Carbide === 
    4342 
    4443Run Carbide C++. When it asks the workspace location, just accept the default value and press OK button: 
     
    4847You will now be presented with Carbide Welcome page. 
    4948 
    50 === Import PJSIP Projects === 
    5149 
    5250Now we need to import PJSIP's project files (the MMP files) into Carbide's workspace.  
    5351 
     52Select File --> Import from the menu: 
    5453 
     54[[Image(file_import.JPG)]] 
     55 
     56This dialog below will pop up. Select '''Symbian OS Bld.inf file''' from the list, then press '''Next''' button: 
     57 
     58[[Image(import.JPG)]] 
     59 
     60On the next dialog, click '''Browse..''' button to select '''bld.inf''' file from PJSIP's {{{build.symbian}}} directory, then press '''Next''' button: 
     61 
     62[[Image(import_bld.JPG)]] 
     63 
     64Then on the SDK selection dialog, select the build configurations that you want to support. For this tutorial, select WINSCW and GCCE from S60 3rd Edition MR SDK, and press '''Next''' button: 
     65 
     66[[Image(import_sdk.JPG)]] 
     67 
     68You will then presented with MMP selection dialog. Leave the default selection (normally it should select all MMPs) and press '''Next''': 
     69 
     70[[Image(import_mmp.JPG)]] 
     71 
     72The project now is ready to be imported, press the '''Finish''' button: 
     73 
     74[[Image(import_finished.JPG)]] 
     75 
     76Carbide is now exporting the MMP files into the workspace and this progress window will be displayed: 
     77 
     78[[Image(import_creating.JPG)]] 
     79 
     80Wait for the process to complete. 
     81 
     82Once it completes, you will see the PJSIP project three on the bottom left part of the Carbide main window: 
     83 
     84[[Image(carbide_main.JPG, 75%)]] 
     85 
     86