Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to solve in this buil time error?

0 replies · 1,227 views · Started 03 December 2005

Hi dear,

I am Prakash beginner in Symbian C++ working in a cocern. I am using SDK env to compile and run the pgms...

I created a user defined class "CCal" and inside this class I created a function name is "display()"...

in the document class I creted the object for the class "CCal" as iCal.. and trying to call the function "display()" as "iCal.display()" from a function of document class..

This pgm compiles successfullly ..But when I build this pgm I get the error such as "unresolved external public : this will call Cal::display(void)"..

the declaration of display() is " void display()"...

and the defn is "void CCal::display()"

How should I rectify this error.?

Please tell me as soon as possible..

With Regards
Prakash.A