Subj : new help linking extern routine To : borland.public.cpp.borlandcpp From : "Jack Saltiel" Date : Sat Jan 03 2004 09:50 am I just broke my large program into a main and a bunch of routines. Now I cannot seem to like to them. I have the routines compiling OK and I put the .obj files in c:\borland\bcc55\lib I have declared the functions 'extern', but the linker keeps giving me the error "Unresolved external processmine( ... )" How do I make the Linker find this object and link it in? Do I need to build a .lib? How do I do that? .