Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!apple!netcom!wolf From: wolf@netcom.COM (Phil Escobar) Newsgroups: comp.windows.ms.programmer Subject: Re: Borland C++ and the SDK Generic application Message-ID: <25447@netcom.COM> Date: 24 Feb 91 05:04:27 GMT References: Distribution: na Organization: Netcom - Online Communication Services UNIX System {408 241-9760 guest} Lines: 8 The only time I've ever hit this problem (getting "multiple definition" errors in the linker) is under Turbo C++. It happened when I specified the same object file twice to the linker. It seemed to think they were two entirely different files that defined the same labels. Something similar might be happening to you (somehow the GENERIC.OBJ is being linked with itself). - Phil @ Buckskin Technologies