Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Build Error.

Hi,

I am using Visual C++ 2005 Express edition and use Windows XP.
There is no error, When i compile C++ codes. But when i build the project
there is a error "fatal error LNK1104: cannot open file '.obj' StoreGrid_Head"
Here StoreGrid_Head is the project name.
There is no object file in my code . But many object files in D:\WorkingProjects\StoreGrid\Build\Windows\DotNet\SPEditionDeb location.
But no object file is corrupted.

What can i do.

Thanks.
[509 byte] By [Shar] at [2007-11-11 10:01:40]
# 1 Re: Build Error.
object files are created by the compiler to make many pasess to get the exe file , error opening it may hapen due to permission deneded in your pc , r u a limited user ?

if not try rpair your version , it may be a compiler corruption .
Amahdy at 2007-11-11 20:59:35 >
# 2 Re: Build Error.
The error message reports a file without a name, only an extension. Apparently, your project/compiler settings are incorrect.
Danny at 2007-11-11 21:00:40 >