Link Error

Started by
0 comments, last by WhyMe 21 years, 11 months ago
Anytime I try to compile something with any component of directX I get a link error: C:\Program Files\DevStudio\VC\LIB\ddraw.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x389bc793 Error executing link.exe. The helpfile for LNK1106 says there is one of three things wrong, I need to free up disk space, I need to not link over a network, or I have a bad disk. I have 20GB free space, I''m not on a network, and I did a scan of my HD and there are no bad sectors. Can anyone help?
Advertisement
According to http://www.cryer.co.uk/brian/mswinswdev/msdev_lnk1106ifodf.htm
quote:
* This problem has also been observed when using Visual Studio 5, which was running without any Visual Studio service pack applied. When using Visual Studio 5 this error can be caused by an internal bug in Visual Studio. In this instance applying Visual Studio service pack 3 cured the problem.
* A corrupt ‘.lib’ file could (presumably) produce this problem.


So perhaps the application of a service pack is in order? You can get those from MS I believe.

See also: http://www.google.com/search?hl=en&q=fatal+error+LNK1106&btnG=Google+Search
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement