Subj : Linker Error: Undefined symbol To : borland.public.cpp.borlandcpp From : "Naresh " Date : Mon Dec 15 2003 07:17 pm 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 Linker Error: Undefined symbol _draw_border in module ..\NARESH~1\DNC2\CODE\BASESCRN.C Linker Error: Undefined symbol _cursor_off in module ..\NARESH~1\DNC2\CODE\BASESCRN.C Linker Error: Undefined symbol _textmode in module ..\NARESH~1\DNC2\CODE\BASESCRN.C Linker Error: Undefined symbol _Color_Monitor in module ..\NARESH~1\DNC2\CODE\BASESCRN.C Linker Error: Undefined symbol _textbackground in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C Linker Error: Undefined symbol _textcolor in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C Linker Error: Undefined symbol _insline in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C Linker Error: Undefined symbol _create_window in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C Linker Error: Undefined symbol _get_key in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C Linker Error: Undefined symbol _window in module ..\NARESH~1\DNC2\CODE\CHNGCOLR.C I have the coorect header file conio.h. I tried cprintf function and I get linker error. Appreciate help .