Use of S60 1.2.

xiaoxiao2021-04-08  319

The following is not my original, organized, for future viewing.

// ******************************************************** *****************************

1: Construct the S60 development environment (under VC6.0); first download the relevant software, recommend two places http://www.forum.nokia.com/main.html, if you use SX1 friends to http: // www .fengbin.com go to download. After downloading, follow the prompts, there is no problem, remember to play Win2000 SP4 patch and VC's SP5, then put the E: /SYMBIAN / 6.1/Series60/Series60Tools/ApplicationWizard directory AvkonAppWiz.AWX and avkonappwiz.hlp two files Copy to E: / Microsoft Visual Studio / Common / MSDEV98 / TEMPLATE (Of course my installation directory is E: disk). 2: Test open VC, create a new project, see more EPOC programs, if the SIMENSE SKD is SERIES 60 AppWizard V 1.9. The path must be set in E: /SYMBIAN/6.1/siemens/sx1/bin/epoc32/build/symbian/6.1/series60/series60ex / ***, otherwise you can't complete the creation, there will be a mistake that cannot be imported into Project. Then compile, OK. For existing projects, such as the examples of the installation package, enter the example of the group directory, perform BLDMAKE BLDFILES, can generate abld.bat, and then execute the Abld Makefile VC6, you can generate VC6 projects. If BLDMAKE BLDFILES, the abld unknown command will appear, because this error delays me a lot of time, huh, huh. Then there is familiar DSP and DSW files in E: /SYMBIAN / 6.1/siemens/sx1/bin / ..., open her, compile, then run the Emulater debug program, see yourself in the simulator Procedure, yes, it is her, accomplishment. . . . 3. Go to the mobile phone executable. The use of VC can only be run on the I386 series chip, and the code running on the ARM must be generated. Enter the Group subdirectory in the engineering directory, then execute Abld Build Armi Urel. Then pack it, you can use the Makesis tool, enter the SIS directory, makesis xxx.pkg. After completing this directory, the XXX.SIS file is generated, which is the installation package. OK, hurry up to the phone.

// ******************************************************** *************************************************

Add yourself, after the installation is complete, you can add EPOCPATH in the environment variable and you can modify it. I also installed other SDK on my machine: (I used to modify the Application Wizard tool)

/Ssymbian/6.1/series60/ Ng (1.2)

/SYMBIAN / 7.0S/NOKIA_7710_SDK_SC/ Nokia7710 (S90)

/SYMBIAN/8.0A/S60_2nd_fp2_sc/ S60

/ SYMBIAN / UIQ_21 / UIQ

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

New Post(0)