How to run from Carbide.c++ for S60

Login to reply to this topic.
Fri, 2007-08-10 10:31
Joined: 2007-08-01
Forum posts: 37

Once the application has been successfully compiled in Carbide.c++, how can I run the exe in the S60 enumlator which was created....?


Fri, 2007-08-10 10:52
Joined: 2007-06-20
Forum posts: 93
Re: How to run from Carbide.c++ for S60

hi,
Simply click on Run..... u run your Application.......


Thanks & Regards,
C Singh

Fri, 2007-08-10 11:00
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

When I give run the enumlator is starting and nothing is happening... I have have run an applicaton in the enumlator from commandline... For that what should I do...

Fri, 2007-08-10 11:14
Joined: 2007-06-20
Forum posts: 93
Re: How to run from Carbide.c++ for S60

hi,
u search in ur sdk---- "Build and Run from the Command Line"
Anyway u use like this....

To run the application:

At the command prompt, navigate to the folder that contains the <AppName>.exe application, e.g.,

\Symbian\7.0s\Series60_v20\Epoc32\Release\wins\udeb

At the command prompt, type:

<AppName>

I thinks its help u ... and check that JRE is installed...


Thanks & Regards,
C Singh

Fri, 2007-08-10 11:24
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: How to run from Carbide.c++ for S60

Go to the group folder from the command, type:

bldmake bldfiles
abld build winscw udeb

Once the build process has completed enter:

epoc

Do remeber to set the devices and EPOCROOT path before starting.


Fri, 2007-08-10 11:27
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

Thank u... The console came up... And I got an error like :

error ekern.cpp:1436

Is this something related with enumlator...? I dint find any file like this in my appliction......

Fri, 2007-08-10 11:33
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: How to run from Carbide.c++ for S60

When did you exactly get this error? Is it after entering the abld build ... command?


Fri, 2007-08-10 11:40
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

bldmake bldfiles
abld build winscw udeb

Took place successfully.....

When I gave epoc in the command-line and the console also came up... When I tried to give commands there and execute this error:

error ekern.cpp:1436

came.....!!! What is the problem..?

Fri, 2007-08-10 11:47
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: How to run from Carbide.c++ for S60

I'm totally confused :<, you mean to say that after entering epoc on the command prompt you got that error? It's weird then.


Fri, 2007-08-10 11:55
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to run from Carbide.c++ for S60

When I tried to give commands there and execute this error:

you are not supposed to give commands there
after you do epoc from command line, emulator comes up and there you would see 'installed' folder inside that is your application(atleast supposed to be)

Fri, 2007-08-10 12:04
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

Ok.... Then C:\> prompt is coming in enumlator... Where will be the installed folder?? If I give

c:\>cd Symbian
Path not found

So how do in navigate? Is it the same cd command as in Dos-prompt?

Fri, 2007-08-10 12:12
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to run from Carbide.c++ for S60

Never came accross this. Are you trying to run a console based application?

Fri, 2007-08-10 12:22
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

Ya.. I am trying to run a console application... Where will my application be??

When I gave dir in C:\> the following files and folders where there...

resource
sample.wav
smsout
sys
system
testframework

and rest of them got scrolled... I could't see!!

Can U please tell in which folder my application will be there!!!

Fri, 2007-08-10 12:18
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to run from Carbide.c++ for S60

check in \epoc32\data\epoc.ini

textshell

you can delete that line or put # there like this
#textshell

Fri, 2007-08-10 12:23
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to run from Carbide.c++ for S60

Ya.. I am trying to run a console application... Where will my application be??

When I gave dir in C:\> the following files and folders where there...

resource
sample.wav
smsout
sys
system
testframework

Can U please tell in which of these folders my application will be there!!!

I havent done any console based apps really. but I dont think you are doing it right. Check
http://forum.nokia.com/info/sw.nokia.com/id/a2c99a4a-eac4-479c-995f-fe2bf4af302e/Symbian_OS_Basics_Workbook_v2_0_en.pdf.html

That should have a very step by step instruction of console based application

Fri, 2007-08-10 12:23
Joined: 2007-08-01
Forum posts: 37
Re: How to run from Carbide.c++ for S60

No I need to run console based application...!!! For that I need to have textshell in echo.ini... Am I right? Or Why should I take that off ?

  • Login to reply to this topic.