Carbide 1.2 / SDK S60 3rd ed FP1 and console applications
| Mon, 2007-07-09 00:17 | |
|
I cant debug any console application on carbide 1.2 and S60 3rd ed FP1 SDK. I have tested a built from scratch console app and the own IDE hello world console template, but no one shows as installed on the emulator. It seems that I can only run GUI apps on the emulator. Any way to run console apps? Thanks |
|






Forum posts: 1
You have to create a debug/run environment for console applications. To do this call 'eshell.exe' instead of 'epoc.exe' in the emulator command line. The emulator then will start a command line shell at startup in which you can execute the EXE-file you want to debug. Alternatively you can add the name of the exe-file directly to the emulator command line to run it automatically, i.e. replace the 'epoc.exe' with '.exe'.
Forum posts: 462
Seems like the exact problem which we discussed in a thread. Please refer the following thread:
http://www.newlc.com/forum/how-run-console-application-built-emulator
Hope it helps
Good Luck and Cheers
Neil