hi all,
i am trying to implement the USSD in the Symbian C++ i got the Sdk Api now how can i add it to the carbide C++ or to the symbian Sdki mean whether to add it in the sdk or the carbide c++
regards
Arun Gupta
hi all,
i am trying to implement the USSD in the Symbian C++ i got the Sdk Api now how can i add it to the carbide C++ or to the symbian Sdki mean whether to add it in the sdk or the carbide c++
regards
Arun Gupta
Nokia Developer Wiki Moderation team
There in no Carbide.c++ Express release anymore. For best results make sure that you have the latest Carbide.c++ Pro v2.0.2.25 version of the IDE.
Header files and libraries (i.e. APIs) always belong to the SDK, they have nothing to do with the IDE.
-- Lucian
Add it to the SDK then, by unzipping the plug-in content on top of the SDK so that the required header ends up in \epoc32 and the required libraries (if any) end up next to the other SDK libraries. What's the problem?
-- Lucian
First you have to understand what the SDK is and how it is organized. Have you noticed that all the header files in the SDK are in the \epoc32\include directory? Have you noticed that your API package contains an \epoc32\include directory?
Have you noticed that the libraries for device builds are under \epoc32\release\armv5\libs ? Have you then noticed that you have a similar directory in your API package?
Obviously the content of the API package must be unzipped in the same location as the rest of the SDK APIs but that's nothing but a drag and drop operation on top of SDK's \epoc32 directory.
Here's one easy way to solve the problem, but you don't necessarily need this particular tool to make it work:
Last edited by ltomuta; 2009-04-08 at 08:42.
-- Lucian
I am really grateful to you sir for the necessary suggestions from your side
Thanking you
Arun Gupta