Subj : Re: Linker Error: Undefined symbol To : borland.public.cpp.borlandcpp From : "naresh" Date : Tue Dec 16 2003 06:58 am Thanks for the e-mail. I made sure that the path to the libraries is correct. In fact i wanted to check the cprint() that is given in the help... example and even that did not work. It looks as though it is looking for conio.lib. " Ed Mulroy [TeamB]" wrote: >The errors indicate that the compiler's runtime library was not used in the >link. Check the path to the libraries is correct. > >. Ed > >> Naresh wrote in message >> news:3fde795b$1@newsgroups.borland.com... >> >> I am trying to compile code using Borland C++ v4.02. I have >> built the static libraries and provided the correct path to the >> source files during compilation. I am running this version of >> the code in Win2000 desk top. The code compiles but fails >> during linking and I get the following messages. ( I have >> provided just a few...) >> Linking ..\dnc_port\help.exe: >> Linker Warning: No module definition file specified: using defaults >> Linker Error: Undefined symbol _cprintf in module >> ..\NARESH~1\DNC2\CODE\BASESCRN.C >> Linker Error: Undefined symbol _textattr in module >> ..\NARESH~1\DNC2\CODE\BASESCRN.C >> ... > > .