405 Subj : Re: Linker Error: Undefined symbol To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Dec 15 2003 11:17 pm 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 > ... . 0