-
run program
i get error while i m trying to run program .
error shown below.
[QUOTE]Program file does not exist
C:\Symbian\9.3\S60_3rd_FP2_Beta\epoc32\release\armv5\udeb\n.exe not found
C:\Symbian\9.3\S60_3rd_FP2_Beta\epoc32\release\armv5\udeb\n.exe not found
C:\Symbian\9.3\S60_3rd_FP2_Beta\epoc32\release\armv5\udeb\n.exe not found
[/QUOTE]
its not allow to start emulator automatically.
-
Re: run program
[QUOTE]...\[B]armv5\udeb[/B]\...[/QUOTE]
This is means that you trying to launch Phone Debug (ARMV5) configuration.
Switch active build configuration to Emulator Debug
[QUOTE]Right Click on project folder > Build Configurations > Set Active > Emulator Debug (WINSCW)[/QUOTE]
and then try to run it again.
-
Re: run program
[QUOTE=A.A.M.;539741]This is means that you trying to launch Phone Debug (ARMV5) configuration.
Switch active build configuration to Emulator Debug
and then try to run it again.[/QUOTE]
i don't get emulator Debug there.
-
Re: run program
Hi,
You have to build the Qt libraries for the emulator before you create your project - how to do this is documented in the installation instructions for Qt for S60.
If you've got a project you've already created, you can still build the libraries but then you need to "manage" the build configurations and add a new one for emulator debug manually. The option isn't too hard to find in Carbide.c++.
Mark