I am a beginner
i want create some app( *.sis not *jar ) for Symbian 60 ( NGAGE N6600 etc )
What software i need to create a software for Symbian 60...?
I am a beginner
i want create some app( *.sis not *jar ) for Symbian 60 ( NGAGE N6600 etc )
What software i need to create a software for Symbian 60...?
See the tools & SDKs section on http://forum.nokia.com/series60
For the N-Gage, use Series 60 SDK version 1.2.
For the 6600, use Series 60 SDK version 2.0 (Series 60 2nd Edition, with *NO* Feature Packs; i.e., no FP1, no FP2 or no FP3 versions of the SDKs).
There are also different versions of the SDKs for different compilers, IDE (Integrated Development Environment); i.e., CodeWarrior or Microsoft/Borland.
If you don't have any of those, there should also be an SDK version that includes Borland's compiler/IDE).
The Symbian development tools are Windows based (in case you would've wanted to develop on Linux or a Mac).
Check also out this book to help you get started: http://forum.nokia.com/main/1,6566,40_2,00.html
You mean i must use :
1. Metrowerks CodeWarrior Development Studio for SymbianOS Software
Is Borland delphi for enterprise for mobile is tool to create symbian Os?
What do you think About GoDb Software..?
is other software to create Symbian Application?,because two software above is to hard find in my city ( i think that software is to new )
You must either use the C++ compilers and development environments in CodeWarrior, or Microsoft Visual Studio or Borland C++ Builder or BuilderX, if you want to test in the Windows based Symbian/Series 60 emulator.
That's because the emulator is compiled with these compilers and any code you want to run in the emulator must be compiled with the same compiler.
The target compiler for the actual phones is GCC & you can use just command line build tools without CodeWarrior or other IDEs, but then you can only test/run the resulting apps on the phone (harder to develop and test).
Delphi won't do from Borland, because you need Borland's C++ compiler (which is really Microsoft's compiler back-end that Borland has licensed).
I think Borland c++ is available is software shop in my city... 😊
you mean Borland c++ can create Symbian app ?
is Borland c++ need some plugin to create Symbian App,or only install Borland c++ i can create symbian App...?
Sory my english is bad.. ;P
With Borland C++ Builder or Borland BuilderX you can create Symbian apps, but you just need the Series 60 SDK for Borland from http://forum.nokia.com/series60
One of the Series 60 SDKs already includes a free version of Borland C++ Builder (or used to).
With the Borland compiler you compile your code for testing on the emulator on a PC.
The Series 60 SDK comes with a GCC compiler that you use to compile for the actual phone.
And do check out the book I mentioned above, too: http://forum.nokia.com/main/1,6566,40_2,00.html
� i was donwload "SDK for 2nd Edition, FP 2" because i use M Visual studio 6.0 ( c++ ) or maybe i use borland builder C++
http://nds2.forum.nokia.com/nnds/ForumDownloadServlet?id=16560&name=s60_2nd_fp2_sdk_msb.zip
where i can find some help or project file to do the first step to create symbian app from m Visual studio and borland C++ builder?
thanks.... 😊
i cancel to download "SDK for 2nd Edition, FP 2"
i download "SDK series 60 1.2",because i use N-gage
now i confius to start....
1.there any setting to start..?
2.is i need some JRE...?
3.what i must do to connect to Mic VC++?
4.what "Active Perl 518" use for....,where i can download it...?
Perl should be in the SDK and installed if you choose to do so, but you can also download it from http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
Some SDK tools also need the Java Run-time Environment (JRE). Best to use the version in the SDK, or download the same version from http://java.sun.com/
can a combination of eclipse and GCC be used??.
You can, in a way, but you have to set up/configure things by hand + there is no emulator support that way.