About Store Forum Documentation Contact



Post Reply 
LINK : Fatal error LNK1181:cannot open input file
Author Message
imbacknow Offline
Member

Post: #1
LINK : Fatal error LNK1181:cannot open input file
Hi.
I have a little problem on Compile Tutorial File.

I got this error
LIKE : Fatal Error LNK1181: cannot open input file "?obj" [D:\Esenthel Engine\Projects\_Build|\1 - Basic App\Project.vcxproj]
11-26-2015 06:56 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #2
RE: LINK : Fatal error LNK1181:cannot open input file
What does a clean build do?
11-26-2015 12:17 PM
Find all posts by this user Quote this message in a reply
imbacknow Offline
Member

Post: #3
RE: LINK : Fatal error LNK1181:cannot open input file
Quote: Microsoft ® 32-bit C/C++ Standard Compiler Version 12.00.8168 for 80x86
Copyright © Microsoft Corp 1984-1998. All rights reserved.
cl ?
CL : Command line warning D4024: unrecognized source file type '?, object file assumed [D:\Esenthel Engine\Projects\_Build_\1 - Basic App\Project.vcxproj]
Microsoft ® Incremental Linker Version 6.00.8168
Copyright © Microsoft Corp 1992-1998. All rights reserved.
/out:.exe
?
LINK : fatal error LNK1181: cannot open input file "?obj" [D:\Esenthel Engine\Projects\_Build_\1 - Basic App\Project.vcxproj]

I got this error by using
Windows 7 - VS2015
Have keep cleaning the source before build but the cleaning does not doing anything also.

Work already.
The VS2015 need to be updated first.
(This post was last modified: 11-26-2015 01:03 PM by imbacknow.)
11-26-2015 12:38 PM
Find all posts by this user Quote this message in a reply
Post Reply