Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

visual c++ error - LINK : fatal error LNK1104: cannot open f

Status
Not open for further replies.

crucian

Junior Member level 2
Joined
Sep 19, 2007
Messages
22
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,283
Location
Ukraine
Activity points
1,379
visual c++ error

I need help in this error when i was build the project

LINK : fatal error LNK1104: cannot open file " /nologo /subsystem:console /incremental:yes /pdb:Debug/lpcini.pdb /debug /machine:I386 /nodefaultlib:msvcrt.lib /out:Debug/lpcini.exe"
Error executing link.exe.

Thanks!
 

visual cc error

Make sure that you don't have exatra quotation marks (") in the Project Options edit box (especially the first character should not be a ["]).
If the box looks as in the image below, your project should link (you can just copy from your own post above the content between the quotation marks (but without them) and paste it in the indicated edit box).

5_1249148979.gif


Arthur
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top