Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!rex!rouge!jvj0852 From: jvj0852@rouge.usl.edu (Joubert John V) Newsgroups: comp.lang.c Subject: Re: Error in Microsoft C Message-ID: <23954@rouge.usl.edu> Date: 26 Jan 91 23:21:20 GMT References: <1927@winnie.fit.edu> Reply-To: jvj0852@usl.edu (Joubert John V) Organization: Univ. of Southwestern Louisiana Lines: 12 In article <1927@winnie.fit.edu> rcs61423@zach.UUCP (Thomas Otake /ADVISOR Clay) writes: >A friend of mine, working with Microsoft C, ran into a situation which >made her go nuts. When compiling a program the following error message >was shown: > Invalid object module I have seen this problem before when I have the incremental linker turned on. It seems to go away when I turn this feature off. The solution to your problem is simple, just rebuild everything, or at least the module that is giving you trouble. I still use the i-link feature, it's just that once or twice during a long dev. session I may generally have to re-build everything. This is not too bad, I guess you could choose this time to go for coffee!