When using public release with Carbide c++ 1.1 you will need to carry out the following:
When you have created new libary project,or any new project for using Open C
You must add the following System Include Path to each Carbide.C++ project.
"${EPOCROOT}epoc32\include\stdapis" Right click on project name in project window. Select "Properties" from the near the bottom. Click on the "C++ Build" tab on the right.
On the right, bottom is System Include Path.
Click green "Add" button and enter
"${EPOCROOT}epoc32\include\stdapis"
without the quotes and click "OK"
Clearly you must follow the install directions with the distribution
My full path is now "C:\Symbian\9.2\S60_3rd_FP1\Epoc32\include\stdapis"
The file Open C SDK is extracted using WinRAR from the top level Epoc32 to
"C:\Symbian\9.2\S60_3rd_FP1\Epoc32
No related wiki articles found