Page 1 of 1

Help Needed, Symbian and Carbide.c++ Setup How To

PostPosted: Jul 30, 2008 @ 5:39pm
by jonah
Hi All!

I am trying to setup an environment for S60 3rd, edgelib and Carbide.c++.

Following are the version of the software(s) I am using

Carbide.c++ 1.3
S60 3rd Edition (S60-SDK-0548-3.0-f.3.215f.zip)
EdgeLib 3.7
ActivePerl 5.6.1.635

All the above istalled to default directories

Can anyone confirm the following steps to be correct to setup my dev environment properly? I could try a trial and error approach for a very long time so any help here is much appreciated!


1) Copy edgelib files

C:\projects\Edge\lib\symbian-s60_e3rd-emu\
to
C:\Symbian\9.1\S60_3rd\Epoc32\release\winscw\udeb

C:\projects\Edge\lib\symbian-s60_e3rd (including the opengl folder within here)
to
C:\Symbian\9.1\S60_3rd\Epoc32\release\armv5\urel

2) Start a new empty Symbian C++ Project in Carbide.c++ using the correct SDK as listed above.

3) Add static edgelib libraries via the mmp files libraries>Static Libraries section

4) Add the resources and icons files.

5) Code away!!!

Has someone a very simple Carbide.c++ project file already that I can use to test if my environment is setup correctly? I am sure this will be useful for all. A simple HelloWorld would be fine.


Regards,

Jonah Khan

PostPosted: Jul 31, 2008 @ 9:05am
by edge
Hi Jonah,

If you follow these steps you're ready to go. After creating your project, you can take the source files from the helloworld sample and copy it to your own project.