This section describes how you can import a project into Carbide.c++.
If you
don't want to modify the HelloWorldBasic project package file (.pkg)
when you create the installation file (.sisx), you must build the
project in the original location, C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
. Before you modify the project files, make a copy of the project,
so that you can later on rebuild the project from the original files:
Copy the C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
folder and all its sub-folders to a backup folder (for example, C:\temp
).
Import the HelloWorldBasic
project from the C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
folder. The importing procedure is described below.
Modify the imported project files.
To recreate the HelloWorldBasic project from the original files:
Remove the C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
folder and all its subfolders.
Copy the original
files from the backup folder (in this example C:\temp
folder) to the C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
folder.
Import the HelloWorldBasic
project from the C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
folder.
Start Carbide.c++. See the How to Start Carbide.c++ topic.
Select File > Import... > Symbian OS Bld.inf file > Next.
Figure: Importing an existing Symbian platform project file (bld.inf).
The File Import Wizard (Symbian OS Bld.inf file) window for selecting a bld.inf file opens.
To select the helloworldbasic project bld.inf file:
The File Import Wizard (Symbian OS SDKs) window for selecting build configurations for the helloworldbasic project opens.Select Nokia_Symbian3_SDK_v0.8 and click Next.
Figure: Selecting Symbian platform SDKs.
Make sure that Icons_scalable_dc.mk and helloworldbasic.mmp are selected and click Next.
Figure: Selecting MMP and extension make files.
The File Import Wizard (Project Properties) window for defining the project name and root directory opens.
Accept the default
values for the project name (helloworldbasic) and root directory (C:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\examples\symbian\gui\helloworldbasic
), and click Finish.
The wizard imports the helloworldbasic project and shows it in the Project Explorer view.
Figure: The imported helloworldbasic project in the Project Explorer view.