NOKIA S60 programming environment

xiaoxiao2021-03-06  39

First, the environment is built using VC 6.0 symbian6.1sdk, compiling sample programs HelloWorld runs normally on the PC simulator, packaged into * .sis installed in my Nokia 3650 mobile phone running. The process is now briefly described below, I hope to help beginners! · 1, operating system: Win2000 professional version comes with SP2, some netizens said that there is no need to upgrade, but I upgrade to SP4 (Service Pack 4), please download to Microsoft! 2, install MICORSOFT Visual C 6.0, download address:

http://www.big666.com/down.asp?id=1866&no=1

It is said that the original version is Hui Tian Chinese version, anyway, it can be made! Upgrade to VS5 download address:

Http://download.microsoft.com/download/vstudio60ent/sp5/wideband-full/win98me/EN-US/VS6SP5.EXE

, A small file MDAC2.8, Microsoft's database engine is like BORLAND BDE, download address:

Http://download.microsoft.com/download/c/d/f/cdfd58f1-3973-4c51-8851-49ae3777586f/mdac_typ.exe

· 3, install the Java runtime (Java 2 Runtime Environment, J2RE) download address:

http://www.hongkongpost.gov.hk/product/download/ecert_software/img/j2re-1_3_1_01-win-i.exe

Please don't use the 1.41 version, I started using this, but SiSAR said that I didn't install the Java runtime, you don't waste time to try it! 4, install ActivePerl5.8, download the address:

Http://count.skycn.com/softdown.php?id=1211&url=http://cbnhttp.skycn.net/down/activeperL-5.8.0.806-Mswin32-X86.msi

· 5, install S60SDK, 1.2 version download address:

Http://nds1b.forum.nokia.com/nnds/forumdownloadservlet?id=3378&name=NS60_SDK_V1_2.zip

I am this address, but I have to register first. You can also find a step step by step, it is very simple! 6, finally start integration, the steps are: copying / 6.1/series60/series60tools/applicationwizard under AvkonAppWiz.AWX and avkonappwiz.hlp to / common / msdev98 / template below. Try a VC, New a Project, if there are Series 60 AppWizard in the Project option, explain everything! Finally, it must be illustrated in a partition with all installations. I am in c, and I use the partition magic again. Second, the initial trial. I will bring HelloWorld with SDK as an example 1. Run the program on the simulator. Find a c: /ssymbian/6.1/series60/series60ex/helloworld/group folder, build three BAT files with Notepad: · a, m.bat content BLDMAKE BLDFILES · B, MWIN.BAT content abld build Wins Udeb · C, M3650.bat content Abld build armi Urel Description: The first batch file function is generating a Make file, the second batch file function is generated code that can be run on the simulator, the third batch file function It is a code that generates running on the target machine (Nokia 3650, 7650). Execute A.BAT and then execute MWIN.BAT, then open the Emulator (debug), the last icon in the ribbon is HelloWorld. Run, find that the function of this program can not be simple! 2, running the program on your mobile (Nokia 3650/7650) · A, please run the next M3650.bat first. · B, find c: /ssymbian/6.1/series60/series60ex/helloWorld/sis, copy helloWorld.pkg to h.pkg (H can be other), open it with Notepad, will last two lines content: ". /../../epoc32/release/thumb/urel/helloworld.app"-"c:/system/apps/helloWorld/helloWorld.App "" ../../..POC32/Release/thumb/ Urel / HelloWorld.RSC "-" c: /system/apps/helloWorld/helloWorld.RSC "replacement:

"../../../epoc32/Release/Armi/urel/helloworld.app"-"c:/system/apps/helloWorld/helloWorld.App" "../../../epoc32/release /armi/urel/helloworld.rsc"-"c:/system/apps/helloworld/helloworld.rsc "· C, with Notepad to build a ms.bat file content as Makesis H.PKG, and execute it ! At this time, h.sis is generated, and you will try it to the phone! Transfer from MOVE2008 author sleep lion http://www.msale.net/index.php?page=4&mode=article&k=31

转载请注明原文地址:https://www.9cbs.com/read-62438.html

New Post(0)