Carbide 1.2 / SDK S60 3rd ed FP1 and console applications

Login to reply to this topic.
Mon, 2007-07-09 00:17
Joined: 2005-12-22
Forum posts: 2

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


Wed, 2007-08-15 14:19
Joined: 2007-08-15
Forum posts: 1
Re: Carbide 1.2 / SDK S60 3rd ed FP1 and console applications

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'.

AttachmentSize
carbide_console_environment_conf.JPG64.97 KB
Wed, 2007-08-15 17:54
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 462
Re: Carbide 1.2 / SDK S60 3rd ed FP1 and console applications

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

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

  • Login to reply to this topic.