Subj : Re: unresolved exteranls To : borland.public.cpp.borlandcpp From : Jeff Kish Date : Fri Oct 03 2003 10:27 am On Wed, 1 Oct 2003 16:36:19 -0700, "Dennis Jones" wrote: > >"Trevor Arsenault" wrote in message >news:3f7b5180$1@newsgroups.borland.com... > >You have two options: > >1) Explicitly include any required source files in your project (which you >have already stated you do not want to do) > >2) Create a static library (LIB) containing the required source files and >then include that library in your project. That way your project has access >to the files without cluttering up the EXE project. The linker is smart >enough to include only the (OBJ) modules that are necessary to successfully >link the project. > >- Dennis > You can use "#include sourceOther.cpp" in your other cpp file also. HTH, Jeff Kish .