Develop Nokia Mobile Apps with S60 Operating System SDK - Learning Notes (2)

xiaoxiao2021-03-06  27

After downloading a SDK before, I found only the simulator. In order to avoid my own code, I went to the Nokia website to go up and down S60_SDK_V21C_CHINESE_MS.ZIP Chinese version for VC SDK Download address http://nds1b.forum.nokia.com/ NNDS / FORUMDOWNLOADSERVLET? ID = 5845 & name = S60% 5FSDK% 5FV21C% 5fchinese% 5FMS% 2Ezip Simply said, there are three ways to develop 1 Direct use of SDK, command line compilation 2 Use vc to do IDE3 with CodeWarrior for Symbian v3.0 IDE, but CodeWarrior is the money, hey, there is a 15-day version of the 15-day version of the NOKIA. I installed S60_SDK_V21C_CHINESE_MS, opened VC6 but did not find any newly added wizard. Find help, you have to manually add a wizard yourself. The step is: Copy C: /Symbian/7.0s/series60_v21_c/series60tools/appwiz.Awx and avkonappwiz.hlp to / common / msdev98 / template below, the Wizard folder of the VC. There will be more EPOC AppWizard after starting VC, you can generate a frame like other Windows programs. When I got to the last step when finish point, the error D with Wizard: /Symbian/7.0s/Series60_v21_C/epoc32/build/WJP/MYTRY/Seconds60/group/Seconds60/wins/Seconds60.dswThe specified project could not be inserted into The Current Workspace is fainted to see the wrong reason, the above directory is obviously wrong, so I move the project file to c: /ssymbian/7.0s/series60_v21_c/epoc32, then come to the wizard, you can configure any configuration No, there is time to check again. Look at the wizard

In the wizard, I finished the code, I can't wait to click Run, I have to choose the executive, I think it should be the simulator, so I choose C: /Symbian/7.0s/series60_v21_c/epoc32/Release/Wins/udeb EPOC under EPOC This is a debug version of the simulator, and there is also a corresponding release version of the simulator. Successful appears ok, running my program firsts60 of course is Hello World! Well, a little bit of accomplishment. However, there is no such thing as a resource editor in VC, visual development, I tried to change the code, add some menus. Today, I will get up early tomorrow morning.

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

New Post(0)