Linking problem...

Started by
1 comment, last by smitty1276 20 years, 8 months ago
When I build my project, sometimes, but not always, it completely hangs right in the middle of a build. It seems to do it if I try to execute without first doing a Rebuild All on it. If I do that, it generally seems to work. But if I make a change and then attempt to execute it will do the normal rebuild first, but it always hangs there. I''m not much of an expert on compiler settings, etc. so I don''t know where to start. I have incremental linking off, but I really don''t even know what that means to be honest. It does the same thing with it on though.
Advertisement
If you''re using VC++ 6, it''s more likely to be a bug in the compiler. Hanging during compilation is not normal. Ensure you have all updates for your compiler.
It never happened before, and I''ve used this compiler for a while. I assumed it was some setting or something that I screwed up.

This topic is closed to new replies.

Advertisement