Namespaces
Variants
Actions
(Difference between revisions)

Archived:Qt Errors & Solutions for Symbian Development

Jump to: navigation, search
Line 18: Line 18:
  
 
Error during make run: C:\Qt\4.6.1-symbian\examples \animation \animatedtiles>make run call /S60/devices/ S60_3rd_FP2_SDK_v1.1/epoc32/ release/winscw/udeb/ animatedtiles.exe C:\S60\devices \S60_3rd_FP2_SDK_v1.1\epoc32\tools \make.exe: [run] Error -1073741819 (ignored)</i>
 
Error during make run: C:\Qt\4.6.1-symbian\examples \animation \animatedtiles>make run call /S60/devices/ S60_3rd_FP2_SDK_v1.1/epoc32/ release/winscw/udeb/ animatedtiles.exe C:\S60\devices \S60_3rd_FP2_SDK_v1.1\epoc32\tools \make.exe: [run] Error -1073741819 (ignored)</i>
 +
 +
=Solution=
  
 
Here is the right prosedure to setup Qt sdk for symbian.
 
Here is the right prosedure to setup Qt sdk for symbian.

Revision as of 00:00, 3 November 2010

Errors

Some times developers fall in troubleshooting attempts while developing using Qt Mobility for Symbian. Most of these errors are due to wrong installation prosedure or making wrong environment path.

As this seems wrong:

"Rather than building the libraries it is also possible to deploy a prebuilt set of libraries. Under the c:\QtMobility\%DISTNAME %\symbian directory there contains Mobility_tech_preview_libraries.zip. Extract this into the SDK root directory to add the necessary libraries. If you have multiple SDKs then repeat this step for each of them." because it only installs the binary lib files but not the header files, so we still need to at least "configure" Qt Mobility. That should create "qcontact.h" etc. on C:\S60\devices \S60_3rd_FP2_SDK_v1.1\epoc32\include "make" is not needed

Rebuild debug helper -- masih error

The following are the examples of errors that may happen in this case.

Error during installation of Qt_Mobility_tech_preview.sis to Emulator: Certificate error. Contact the application supplier.

Error during Emulator (but ignorable): C:\Qt\4.6.1-symbian\examples \animation \animatedtiles>make run call /S60/devices/ S60_3rd_FP2_SDK_v1.1/epoc32/ release/winscw/udeb/ animatedtiles. exe Terminate batch job (Y/N)?

Unhandled exception filter called from program C: \S60\devices \S60_3rd_FP2_SDK_v1 .1\epoc32\tools\make.exe ExceptionCode = c0000005 ExceptionFlags = 0 ExceptionAddress = 416569 Access violation: write operation at address 428 Solution --> Set Emulator compatibility to Windows XP SP3

Error during make run: C:\Qt\4.6.1-symbian\examples \animation \animatedtiles>make run call /S60/devices/ S60_3rd_FP2_SDK_v1.1/epoc32/ release/winscw/udeb/ animatedtiles.exe C:\S60\devices \S60_3rd_FP2_SDK_v1.1\epoc32\tools \make.exe: [run] Error -1073741819 (ignored)

Solution

Here is the right prosedure to setup Qt sdk for symbian.


1. Ensure WINSCW emulator for Command Line

2. Install Qt For Symbian

3. Install Qt Mobility for Symbian

4. Qt Mobility libraries: in C:\QtMobility\symbian \install_to_sdk \Qt_Mobility_tech_preview_libraries.zip

5. Extract to C:\Symbian \9.4\S60_5th_Edition_SDK_v1.0_2

6. Qt Mobility includes:

7. Launch Qt for Symbian Command Prompt

8. Make sure Perl is still in path (perl -v)

142 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved