GLDEF_C TInt E32Main()
{
return EikStart::RunApplication(NewApplication);
}
is already there in .cpp of my code.
GLDEF_C TInt E32Main()
{
return EikStart::RunApplication(NewApplication);
}
is already there in .cpp of my code.
I have tried to debug on emulator but emulator stopped and closed after few secs .
I though I saw this same line just few minutes ago, but can not find in where. anyway, do make sure that you do launch the epoc.exe, and not your own executable when debugging. Then the emulator will start and you need to click your own icon to start the app.
and in case the emulator still crashes then you are having problems with your environment.
Also check epocwind.out for any errors.
I request the moderators to please merge the following threads with this one
http://www.developer.nokia.com/Commu...s-panic-occurs
http://www.developer.nokia.com/Commu...othing-Happens
Hi GTO_India, as said many times before. There is no point on having multiple threads on same topic. So lets close this one, and continue on the other thread you have going on with this same topic: http://www.developer.nokia.com/Commu...splayed./page3
As suggested already, putting breakpoints is different from code. Vineet had already described in detail how to do that in one of your many threads that you are running at the moment. Please read them. Also, I had suggested some read into the Help sections of carbide, I repeat the same to read them. As much as I remember, we had managed to get you to debug something over these 15 months or so that you have been active in this forum. Please find those threads of yours and check how you had done it in case you are unable to recall the same.
Hope you seriously consider some of the suggestions that many people have suggested already before coming up with another (hopefully not the same)
- Neil R.Bhasme -
Twitter: @Symbian_Neil
I have another thread explaining about the debug process(putting breakpoints etc) : http://www.developer.nokia.com/Commu...ug-description
Please also refer this if you were unable to understand what was suggested here
ok you can merge all the threads but solution or answer is important.
yes I followed ur procedure but debugging got stopped at one point i.e
_LIT( KFileName, "C:\\private\\2004aa20\\PLACEADS.txt" );
_LIT( KText, "Hello World!");
Here my application name is PLACEADS
shall I send my original application and can u find out the error for me?
it would be beneficial for you to learn on doing the debugging, thus please try doing what has been suggested you to try out.
I think you may be the first one to report a KERN-EXEC in the _LIT macro.Try again, see where it really goes ...
-- Lucian
Yes I tried but debugging is stopping at point
_LIT( KFileName, "C:\\private\\2004aa20\\PLACEADS.txt" );
_LIT( KText, "Hello World!");
where my app name is PLACEADS