error: undefined reference to

s sd sayaz04 at yahoo.com
Fri Sep 5 15:50:02 BST 2003


hi there,
I wrote a class called bfir.cpp and a header file
bfir.h. Inside the constructor  i call another
function called "parser" of the same class e.g.

bfir::bfir(char *docname)
{
parser(docname);
}

I also write a main.cpp and inside the main i creat an
object called "mfir", i wrote;

main(){
char *filename="inps.xml";
bfir mfir(filename);}

when i run the program, i got an error messege like;
ccbtA5tC.o(.text+0x3a):undefined refrence to
bifr::bfir[in-charge](char*).

Can you guide me how can i fix this problem?

thanks

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___________________________________________________
This message is from the kde mailing list.
Account management:  http://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list