Errors on line 0

Login to reply to this topic.
Sun, 2007-09-30 11:26
Joined: 2007-09-19
Forum posts: 18

Hi friends,

I am a begineer in Symbian Programming(and hence this may be a very silly doubt).
When I to build my program, intially I got 4-5 errors and after removing those suddenly
30 errors are popped up and all are showed up on line0. And this happened many times.
I think that either I am missing some header file or some library to be included.

Please tell me how to rectify this error.

Thankyou in advance.

Swetha


Mon, 2007-10-01 04:13
Joined: 2004-05-21
Forum posts: 285
Re: Errors on line 0

AFAIK Information given by you is not sufficient for any one to comment. If you are still struggling with that problem post the comilation output.

Cheers,
Sri

Thu, 2007-10-04 16:18
Joined: 2007-10-04
Forum posts: 9
Re: Errors on line 0

I think this is related to the include libraries not being included in the mmp file. Please ensure all libraries you need are included on the LIBRARY line of the mmp file.

For example if you include etel.h ensure etel.lib is on the line.

Thu, 2007-10-04 17:44
Joined: 2007-09-19
Forum posts: 18
Re: Errors on line 0

Hi,

Thank you so much for replying. And ya, i was not including the librarires, hence those many errors were getting popped up. I could discover it myself only..

Fri, 2007-10-05 09:18
Forum Nokia Champion
Joined: 2005-08-31
Forum posts: 124
Re: Errors on line 0

hi,

it will be better if you could paste ur error details so that we can see what the things you are missing libraries or something else

Regards,
Mateen Maldar


Mateen Maldar

Fri, 2007-10-05 15:44
Joined: 2007-09-19
Forum posts: 18
Re: Errors on line 0

Hi Mateen,

Thanks for replying. I could correct my error. I was not including some libraries only, hence so many errors popped up at a time.

  • Login to reply to this topic.