Subj : Re: Linker error, 'undefined symbo l' To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Jul 04 2003 09:42 pm "Rob C" wrote: > >-------- The errors I get : >Error: (1,1):Undefined symbol _cprintf in module color2.c >Error: (1,1):Undefined symbol _textbackground in module color2.c >Error: (1,1):Undefined symbol _textcolor in module color2.c >-------------------- >------------------------------- color2.c >#include >#include > >void textbackground(int newcolor); >void textcolor(int newcolor); >int cprintf(const char * ); Try it without those 3 lines. They are declared in conio. .